What handles the disabling of the extension? Is it APACHE or the PHP install? How would one go about configuring the web server where the .php extension is not required? Is there an option that would make both http://www.example.com/page.php and http://www.example.com/page work as the URL?
Share
It’s URL rewriting through Apache:
http://www.addedbytes.com/apache/url-rewriting-for-beginners/