Changeset 259


Ignore:
Timestamp:
Mar 2, 2007 6:02:26 PM (6 years ago)
Author:
dkg
Message:

Gotham: another try at blocking access to .svn directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobs/gotham/www/web/.htaccess

    r258 r259  
    55 
    66# this is a bit overkill, but i'm ok with that. 
    7 <DirectoryMatch "\.svn"> 
     7<Files ".svn"> 
    88  Order deny,allow 
    99  Deny from all 
    10 </DirectoryMatch> 
     10</Files> 
Note: See TracChangeset for help on using the changeset viewer.