HB/captcha/.htaccess

6 lines
186 B
ApacheConf
Raw Normal View History

2008-11-17 11:00:00 +00:00
RewriteEngine on
RewriteRule ^accueil.html$ index.php [L]
php_flag register_globals Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag magic_quotes_sybase Off