mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
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>
|