mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 06:38:43 +01:00
77af6caed7
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10430 89ea8834-ac86-4346-8a33-228a782c2dd0
20 lines
435 B
ApacheConf
20 lines
435 B
ApacheConf
#
|
|
# Uncomment the statement below if you want to make use of
|
|
# HTTP authentication and it does not already work.
|
|
# This could be required if you are for example using PHP via Apache CGI.
|
|
#
|
|
#<IfModule mod_rewrite.c>
|
|
#RewriteEngine on
|
|
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|
|
#</IfModule>
|
|
|
|
<Files "config.php">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|
|
|
|
<Files "common.php">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|