: .htaccess - redirect if visitor is logged into google I need a .htaccess redirect rule that redirects visitors to a url only if the visitor is logged into google. I was thinking of doing it
I need a .htaccess redirect rule that redirects visitors to a url only if the visitor is logged into google.
I was thinking of doing it by looking into cookies
RewriteEngine On
RewriteCond %{REQUEST_URI} /ingoing*$
RewriteCond %{HTTP_COOKIE} !^.*GOOGLE-COOKIE.*$ [NC]
RewriteRule . example.com/outgoing [R,L]
What sting does a Google cookie only contain if a user is logged in?
More posts by @Sent6035632
1 Comments
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.