phpbb/phpBB/.htaccess
Paul S. Owen 2e4ae506a6 Just a precaution
git-svn-id: file:///svn/phpbb/trunk@5062 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-13 23:36:56 +00:00

9 lines
123 B
ApacheConf

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>