]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
Connect the rest of PhpWiki to the IniConfig system. Also the keyword regular expres...
[SourceForge/phpwiki.git] / .htaccess
1 # $Id: .htaccess,v 1.7 2004-04-19 23:13:02 zorloc 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 <Files *.ini>
17    Order deny,allow
18    Deny from all
19 </Files>
20
21 # Try various wiki versions, like wiki, wikide, wikisidebar, ...
22 # <Files "wiki*">
23 #   SetHandler application/x-httpd-php
24 #   <IfDefine APACHE2>
25 #    ForceType  application/x-httpd-php
26 #    AcceptPathInfo on
27 #   </IfDefine>
28 # </Files>