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:
parent
04e72b2a6d
commit
5dbd9392b4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user