Return to Snippet

Revision: 42101
at February 27, 2011 12:32 by smoover


Updated Code
In httpd.conf:
AddType application/x-httpd-php .[EXTENSION]

Or mime.type:
application/x-httpd-php [EXTENSION]

Revision: 42100
at February 27, 2011 12:31 by smoover


Initial Code
In httpd.conf:
AddType application/x-httpd-php .phpt

Or mime.type:
application/x-httpd-php phpt

Initial URL


Initial Description


Initial Title
Add file type to apache

Initial Tags


Initial Language
Apache