diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-02 11:48:42 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-02 11:48:42 +0000 |
commit | cb645227f7ca21e4ad39082030650e2bc5933936 (patch) | |
tree | 8e032add7834bc4245be7db5fb50912ae0ae4e17 | |
parent | d697124aaf7623b620588bdd918d525b1681994b (diff) | |
download | forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar.gz forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar.bz2 forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar.xz forums-cb645227f7ca21e4ad39082030650e2bc5933936.zip |
#10379
git-svn-id: file:///svn/phpbb/trunk@7448 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 |