Landing Page – Redirect Loop?
What’s happening is you’re sending an unauthenticated visitor to a certain page. The code in that page also picks up that the user is unauthenticated, and sends them to the page that they’re already on. Because the page keeps on sending the visitor to the same page, the visitor can’t go anywhere. This is called … Read more