]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
Added RCS $Id$ tags.
[SourceForge/phpwiki.git] / .htaccess
1 # $Id: .htaccess,v 1.2 2001-11-08 16:35:05 dairiki Exp $
2 <IfModule mod_php4.c>
3   php_flag register_globals off
4   php_flag track_vars on
5
6   php_flag allow_url_fopen off
7 </IfModule>