Index: branches/5.2.x/admin/system_presets/.htaccess
===================================================================
diff -u -r14244 -r15041
--- branches/5.2.x/admin/system_presets/.htaccess (.../.htaccess) (revision 14244)
+++ branches/5.2.x/admin/system_presets/.htaccess (.../.htaccess) (revision 15041)
@@ -1 +1,2 @@
-deny from all
\ No newline at end of file
+deny from all
+satisfy all
Index: branches/5.2.x/tools/.htaccess
===================================================================
diff -u -r14244 -r15041
--- branches/5.2.x/tools/.htaccess (.../.htaccess) (revision 14244)
+++ branches/5.2.x/tools/.htaccess (.../.htaccess) (revision 15041)
@@ -1,4 +1,5 @@
-
+
order allow,deny
deny from all
-
\ No newline at end of file
+ satisfy all
+
\ No newline at end of file
Index: branches/5.2.x/.htaccess
===================================================================
diff -u -r14585 -r15041
--- branches/5.2.x/.htaccess (.../.htaccess) (revision 14585)
+++ branches/5.2.x/.htaccess (.../.htaccess) (revision 15041)
@@ -1,10 +1,11 @@
### File security
# Exclude direct access to tpl, tpl.xml, inc.php, sql extensions
#
-
+
order allow,deny
deny from all
-
+ satisfy all
+
ExpiresActive on
Index: branches/5.2.x/system/.htaccess
===================================================================
diff -u -r14585 -r15041
--- branches/5.2.x/system/.htaccess (.../.htaccess) (revision 14585)
+++ branches/5.2.x/system/.htaccess (.../.htaccess) (revision 15041)
@@ -1,6 +1,7 @@
-
+
order allow,deny
deny from all
-
+ satisfy all
+
RedirectMatch 404 /\.restricted(/|$)
\ No newline at end of file