Hi Is it possible to rewrite a url based on a cookie value? In apache it might look like this: RewriteRule ^index.html$ index%{HTTP_COOKIE['cookieName']}.html thanks