Can I use extensionless PHP files?
Print this Article
Last Updated:
February 19, 2007 9:04 AM
For security reasons, we run PHP as a CGI and not as a module. Because of this and the version of Apache we run (1.3.3), you cannot use extensionless PHP files on your Web site without employing a tool like mod_rewrite.
For more information, see What is mod_rewrite?.