I have an OS X Snow Leopard Server that I use for development. I noticed that if I access http://site.com/page it serves page.php even though there is no .htaccess file that rewrites the URLs.
I would like to disable this option as it’s not really something I want.
Thanks!
Later edit: The solution I noticed to work best is Options -MultiViews in .htaccess. Thanks to all!
User mario answered my question, but since he did so in a comment I cannot accept that answer. I up-voted his comment, but I’m going to post the solution here, so anyone looking for something similar will find it easier: