mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
8 lines
195 B
ApacheConf
8 lines
195 B
ApacheConf
Options -ExecCGI
|
|
php_flag engine off
|
|
RemoveHandler .php .phtml .phar .phps
|
|
RemoveType .php .phtml .phar .phps
|
|
<FilesMatch "\.(php|phtml|phar|phps|cgi|pl|sh)$">
|
|
Require all denied
|
|
</FilesMatch>
|