diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/.htaccess | 7 | ||||
-rw-r--r-- | inc/lang/.htaccess | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/inc/.htaccess b/inc/.htaccess index aebb21cd2..68ae43e72 100644 --- a/inc/.htaccess +++ b/inc/.htaccess @@ -1,3 +1,4 @@ -## no access to the inc directory
-order allow,deny
-deny from all
+## no access to the inc directory +order allow,deny +deny from all +Satisfy All diff --git a/inc/lang/.htaccess b/inc/lang/.htaccess index 2ca129b12..572f5156f 100644 --- a/inc/lang/.htaccess +++ b/inc/lang/.htaccess @@ -1,3 +1,4 @@ -## no access to the lang directory
-order allow,deny
-deny from all
+## no access to the lang directory +order allow,deny +deny from all +Satisfy All |