mirror of
https://github.com/itflow-org/itflow
synced 2026-07-26 18:27:14 +00:00
8 lines
204 B
ApacheConf
8 lines
204 B
ApacheConf
Options -ExecCGI -Indexes
|
|
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>
|