1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-03 03:19:17 +01:00

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

View File

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