mirror of https://github.com/itflow-org/itflow
11 lines
315 B
ApacheConf
11 lines
315 B
ApacheConf
php_flag engine off
|
|
RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8
|
|
RemoveType application/x-httpd-php
|
|
<FilesMatch "\.(php|phtml|php[0-9])$">
|
|
Deny from all
|
|
</FilesMatch>
|
|
Options -ExecCGI
|
|
AddHandler cgi-script .cgi .pl .sh .bash .zsh
|
|
<FilesMatch "\.(cgi|pl|sh|bash|zsh)$">
|
|
Deny from all
|
|
</FilesMatch> |