diff options
-rw-r--r-- | phpBB/cache/.htaccess | 8 | ||||
-rw-r--r-- | phpBB/files/.htaccess | 8 | ||||
-rwxr-xr-x | phpBB/images/avatars/upload/.htaccess | 8 | ||||
-rw-r--r-- | phpBB/store/.htaccess | 8 |
4 files changed, 16 insertions, 16 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 diff --git a/phpBB/files/.htaccess b/phpBB/files/.htaccess index c39181686f..aa5afc1640 100644 --- a/phpBB/files/.htaccess +++ b/phpBB/files/.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 diff --git a/phpBB/images/avatars/upload/.htaccess b/phpBB/images/avatars/upload/.htaccess index c39181686f..aa5afc1640 100755 --- a/phpBB/images/avatars/upload/.htaccess +++ b/phpBB/images/avatars/upload/.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 diff --git a/phpBB/store/.htaccess b/phpBB/store/.htaccess index c39181686f..aa5afc1640 100644 --- a/phpBB/store/.htaccess +++ b/phpBB/store/.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 |