This commit is contained in:
Beppe 2020-11-04 11:18:40 +01:00
commit b3bfaded43
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]