.htaccess - htaccess redirect doesn't render page for 1st time -
when below 2 condition true, redirect should done
rewritecond %{http_cookie} logged=(666);? [nc] rewritecond %{http_cookie} tenant=((?:444|notfound));? [nc,or] rewritecond %{http_cookie} tenant=((?:555|notfound));? [nc] rewriterule ^ http://www.google.com [r,l,qsd]
in firebug can able see response operation. page not rendering 1st time. **2nd time if refresh, redirect working.** please me
Comments
Post a Comment