phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / .htaccess

History | View | Annotate | Download (435 Bytes)

1 10430 bantu
#
2 10430 bantu
# Uncomment the statement below if you want to make use of
3 10430 bantu
# HTTP authentication and it does not already work.
4 10430 bantu
# This could be required if you are for example using PHP via Apache CGI.
5 10430 bantu
#
6 10430 bantu
#<IfModule mod_rewrite.c>
7 10430 bantu
#RewriteEngine on
8 10430 bantu
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
9 10430 bantu
#</IfModule>
10 10430 bantu
11 5062 psotfx
<Files "config.php">
12 5062 psotfx
Order Allow,Deny
13 5062 psotfx
Deny from All
14 5062 psotfx
</Files>
15 5062 psotfx
16 5062 psotfx
<Files "common.php">
17 5062 psotfx
Order Allow,Deny
18 5062 psotfx
Deny from All
19 5062 psotfx
</Files>