Changeset 4599 for trunk/.htaccess


Ignore:
Timestamp:
08/27/10 23:01:58 (21 months ago)
Author:
vain
Message:
  • minor change to all security constant checks
  • fixed the non rewrite routing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r4576 r4599  
    1313    RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php [QSA,L] 
    1414</IfModule> 
     15 
     16# disable direct access to text, log and template files 
     17<FilesMatch "(\.txt|\.log$|\.tpl$)"> 
     18order allow,deny 
     19deny from all 
     20</FilesMatch> 
    1521 
    1622<IfModule mod_php5.c> 
Note: See TracChangeset for help on using the changeset viewer.