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