1
0
This commit is contained in:
Garvin Hicking
2010-05-10 05:59:37 +00:00
parent 6bf83967ba
commit 5065ac41d4

View File

@ -0,0 +1,14 @@
<IfModule mod_php.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
</IfModule>
<IfModule mod_php5.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
</IfModule>
<IfModule mod_php4.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
</IfModule>