]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
wiki: sample index.php override for simplier installation and
[SourceForge/phpwiki.git] / .htaccess
1 # $Id: .htaccess,v 1.4 2002-08-20 11:34:09 rurban Exp $
2
3 <IfModule mod_php4.c>
4
5 # For added security (and PhpWiki debugging purposes) you may want to 
6 # uncomment the following lines.  (On the other hand, depending on
7 # how your server and how it is configured, these lines might
8 # cause "Internal Server Errors".)
9
10 #  php_flag register_globals off
11 #  php_flag track_vars on
12 #  php_flag allow_url_fopen off
13
14 </IfModule>
15
16 # Try various wiki versions, like wiki, wikide, wikisidebar, ...
17 # <FilesMatch "wiki*">
18 #   SetHandler application/x-httpd-php
19 # </FilesMatch>