Index: .htaccess =================================================================== --- .htaccess (revision 15040) +++ .htaccess (working copy) @@ -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: admin/system_presets/.htaccess =================================================================== --- admin/system_presets/.htaccess (revision 15040) +++ admin/system_presets/.htaccess (working copy) @@ -1 +1,2 @@ -deny from all \ No newline at end of file +deny from all +satisfy all Index: system/.htaccess =================================================================== --- system/.htaccess (revision 15040) +++ system/.htaccess (working copy) @@ -1,6 +1,7 @@ - + order allow,deny deny from all - + satisfy all + RedirectMatch 404 /\.restricted(/|$) \ No newline at end of file Index: tools/.htaccess =================================================================== --- tools/.htaccess (revision 15040) +++ tools/.htaccess (working copy) @@ -1,4 +1,5 @@ - + order allow,deny deny from all - \ No newline at end of file + satisfy all + \ No newline at end of file