1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-05 04:17:48 +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
<IfModule mod_php5.c>
php_flag engine off php_flag engine off
</IfModule>
## Options -ExecCGI <IfModule mod_php7.c>
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi php_flag engine off
</IfModule>