Changeset 526 for trunk/.htaccess

Show
Ignore:
Timestamp:
07/22/07 13:22:45 (16 months ago)
Author:
michiel
Message:

make sure the mvblog.ini cannot be requested by visitors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r512 r526  
    66</IfModule> 
    77ErrorDocument 404 "/index.php?action=view&id=httperror&error=404" 
    8 <Files *mvblog.ini> 
     8<Files ~ "^mvblog.ini"> 
    99        Order deny,allow 
    1010        deny from all