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