mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 20:10:50 +01:00
Controlli aggiuntivi su htaccess (#657)
This commit is contained in:
parent
63b728bb44
commit
2d24c31eee
@ -32,7 +32,9 @@ ServerSignature Off
|
|||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
# Tell PHP that the mod_rewrite module is ENABLED.
|
# Tell PHP that the mod_rewrite module is ENABLED.
|
||||||
|
<IfModule mod_env.c>
|
||||||
SetEnv HTTP_MOD_REWRITE On
|
SetEnv HTTP_MOD_REWRITE On
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
# Deny access to protected folders
|
# Deny access to protected folders
|
||||||
RewriteRule ^backup/ - [F,L]
|
RewriteRule ^backup/ - [F,L]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user