1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-18 23:14:41 +01:00
php-phpbb/phpBB/files/.htaccess
Meik Sievertsen 712a35b2e7 now we won't support physical downloads we can fill the .htaccess file.
git-svn-id: file:///svn/phpbb/trunk@7238 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-03-28 08:37:42 +00:00

4 lines
60 B
ApacheConf

<Limit GET POST PUT>
Order Allow,Deny
Deny from All
</Limit>