15 lines
382 B
ApacheConf
15 lines
382 B
ApacheConf
<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>
|