~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/locale/.htaccess

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Sample '.htaccess' file for subdirectories
 
2
 
 
3
# Controls access to Foswiki subdirectories other than 'bin' and 'pub'
 
4
# - copy this into 'data', 'lib', 'locale', 'working' and 'templates'
 
5
# naming it '.htaccess', to have Apache use it.
 
6
 
 
7
# This is useful if you install Foswiki 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