.htaccess - http://example.com/foo/bar loading http://example.com/foo.php -


i thought problem .htaccess files, after disabling mod_rewrite problem persisted. http://example.com/foo/bar loading http://example.com/foo.php true file foo being in folder on server. know causing behaviour , how can stop this, want load http://example.com/foo.php?text=bar. running normal lamp setup, ubuntu os.

also, happens on testing server, not live vps

this due multiviews. can disable with:

options -multiviews 

Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -