diff options
Diffstat (limited to 'phpBB/cache')
-rw-r--r-- | phpBB/cache/.htaccess | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/cache/.htaccess b/phpBB/cache/.htaccess index c39181686f..aa5afc1640 100644 --- a/phpBB/cache/.htaccess +++ b/phpBB/cache/.htaccess @@ -1,4 +1,4 @@ -<Limit GET POST PUT> -Order Allow,Deny -Deny from All -</Limit>
\ No newline at end of file +<Files *> + Order Allow,Deny + Deny from All +</Files>
\ No newline at end of file |