]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
Comment out all php_flag lines. Add note.
[SourceForge/phpwiki.git] / .htaccess
1 # $Id: .htaccess,v 1.3 2002-01-14 19:21:22 dairiki 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>