2010-01-19 19:08:51 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2012-11-18 13:32:54 -05:00
|
|
|
#<IfModule mod_rewrite.c>
|
|
|
|
#RewriteEngine on
|
2010-01-19 19:08:51 +00:00
|
|
|
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|
2012-11-18 13:32:54 -05:00
|
|
|
#</IfModule>
|
2010-01-19 19:08:51 +00:00
|
|
|
|
2005-01-13 23:36:56 +00:00
|
|
|
<Files "config.php">
|
|
|
|
Order Allow,Deny
|
|
|
|
Deny from All
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
<Files "common.php">
|
|
|
|
Order Allow,Deny
|
|
|
|
Deny from All
|
|
|
|
</Files>
|