HB/captcha/.htaccess

6 lines
186 B
ApacheConf

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