.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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -