diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-19 14:17:13 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-19 14:17:13 +0200 |
commit | 391dc6cdec77c4a71a7a6589652bd8d4a3623154 (patch) | |
tree | cc979f745da239cdc8aff74ea6bf43cbea860cf6 /application | |
parent | 2d486231c0fbc9a5c9ad5bf6897e7bb1aff275ba (diff) | |
parent | fa4af2c268eb920e8eb772b793962000c10ac79c (diff) |
Merge develop changes
Diffstat (limited to 'application')
-rw-r--r-- | application/.htaccess | 7 | ||||
-rw-r--r-- | application/cache/.htaccess | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/application/.htaccess b/application/.htaccess index 14249c50b..6c63ed4c4 100644 --- a/application/.htaccess +++ b/application/.htaccess @@ -1 +1,6 @@ -Deny from all
\ No newline at end of file +<IfModule authz_core_module> + Require all denied +</IfModule> +<IfModule !authz_core_module> + Deny from all +</IfModule>
\ No newline at end of file diff --git a/application/cache/.htaccess b/application/cache/.htaccess index 3418e55a6..6c63ed4c4 100644 --- a/application/cache/.htaccess +++ b/application/cache/.htaccess @@ -1 +1,6 @@ -deny from all
\ No newline at end of file +<IfModule authz_core_module> + Require all denied +</IfModule> +<IfModule !authz_core_module> + Deny from all +</IfModule>
\ No newline at end of file |