Controlli aggiuntivi su htaccess (#657)

This commit is contained in:
Dasc3er 2020-11-04 08:07:00 +01:00
parent 63b728bb44
commit 2d24c31eee
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ ServerSignature Off
RewriteEngine On
# Tell PHP that the mod_rewrite module is ENABLED.
SetEnv HTTP_MOD_REWRITE On
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>
# Deny access to protected folders
RewriteRule ^backup/ - [F,L]