source: branches/posledni/forum/.htaccess

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 435 bytes
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">
12Order Allow,Deny
13Deny from All
14</Files>
15
16<Files "common.php">
17Order Allow,Deny
18Deny from All
19</Files>
Note: See TracBrowser for help on using the repository browser.