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!