Frequently Asked Questions

Can I use extensionless PHP files?

Print this Article
Comment on this Article
Last Updated: October 26, 2009 3:13 PM

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 website without employing a tool like mod_rewrite.

For more information, see What is mod_rewrite?.