]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
Remove $Id
[SourceForge/phpwiki.git] / .htaccess
1 <IfModule mod_php4.c>
2
3 # For added security (and PhpWiki debugging purposes) you may want to 
4 # uncomment the following lines.  (On the other hand, depending on
5 # how your server and how it is configured, these lines might
6 # cause "Internal Server Errors".)
7
8 #  php_flag register_globals off
9 #  php_flag track_vars on
10 #  php_flag allow_url_fopen off
11
12 </IfModule>
13
14 <Files *.ini>
15    Order deny,allow
16    Deny from all
17 </Files>
18
19 # Try various wiki versions, like wiki, wikide, wikisidebar, ...
20 # Requires certain AllowOverride permissions (which?)
21 # <Files "wiki*">
22 #   SetHandler application/x-httpd-php
23 #   <IfDefine APACHE2>
24 #    AcceptPathInfo on
25 #   </IfDefine>
26 # </Files>