]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
New file.
[SourceForge/phpwiki.git] / .htaccess
1 <IfModule mod_php4.c>
2   php_flag register_globals off
3   php_flag track_vars on
4
5   php_flag allow_url_fopen off
6 </IfModule>