.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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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