Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
b3bfaded43
|
@ -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…
Reference in New Issue