1 rizwank 1.1 # Sample '.htaccess' file for subdirectories
2
3 # Controls access to TWiki subdirectories other than 'bin' and 'pub'
4 # - copy this into 'data', 'lib' and 'templates', naming it '.htaccess',
5 # to have Apache use it.
6
7 # This is useful if you install TWiki on a web host, or an intranet host
8 # where you can't edit the Apache http.conf file. If you can edit the
9 # http.conf file, just set the 'deny from all' there (or locate these
10 # directories outside the Web-visible directory tree.)
11
12 # Deny all access
13 Deny from all
|