5 lines
155 B
ApacheConf
5 lines
155 B
ApacheConf
# Verhindert das Ausführen von PHP/Skripten im Upload-Ordner
|
|
RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .phps
|
|
php_flag engine off
|
|
Options -ExecCGI
|