I noticed apache2 will load a page, let's say info.php, even if the url is specified without a file extension like mysite.com/info
I thought you would need to do a mod_rewrite of some form to get that functionality but apparently it's the default functionality in my system.
Is there any way to prevent this default behavior so only pages with file extensions can be specified?
I have rewrite disabled fyi.