1 rizwank 1.1 # Sample Root '.htaccess' file
2
3 # Controls access to TWiki 'root' directory (parent of the 'bin' directory)
4 # - rename this file to '.htaccess' to have Apache use it.
5
6 # Turn off directory indexing in this and sub directories
7 Options -Indexes
8
9 # Redirect any access to 'index.html' to the 'view' script (i.e. Main.WebHome)
10 # Disabled by default - uncomment if required, will hide the real index.html.
11 #
12 # The first path here must be a URL path, not a file pathname
13 # Redirect /urlpath/to/twiki/index.html http://your.domain.com/urlpath/to/twiki/bin/view
|