Changeset 702 for trunk/forum/.htaccess


Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/.htaccess

    r400 r702  
     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
    111<Files "config.php">
    212Order Allow,Deny
Note: See TracChangeset for help on using the changeset viewer.