Forum Moderators: phranque
RewriteEngine on
RewriteCond %{HTTP_COOKIE}!^.*CookieName.*$
RewriteRule ^.*$ /_splash/setcookie.cgi
I am at a loss to see why this does not work, anyone have an idea?
apachectl -k graceful
apachectl -k restart
both restart the server but do not force it to re-read the control file. Thus it was not reading my rewrite commands.