Fix della configurazione .htaccess in files

This commit is contained in:
Thomas Zilio 2018-02-08 11:08:40 +01:00
parent 04e72b2a6d
commit 5dbd9392b4
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Disable PHP rendering
php_flag engine off
## Options -ExecCGI
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
<IfModule mod_php7.c>
php_flag engine off
</IfModule>