ifmodule check
This commit is contained in:
parent
c1f7983a81
commit
f6909f5aa1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user