ifmodule check

This commit is contained in:
Garvin Hicking 2009-12-08 13:48:29 +00:00
parent b5507f35b8
commit e90f400716

View File

@ -1,2 +1,9 @@
<IfModule mod_php5.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
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>