09-12-2016, 11:13 PM
update: Still no solution, but I learned something!
I though I would use:the echo, was for testing purposes.
If I click on a link from somewhere within my site, the link is correct.
If I click a link from my email nothing is shown, I think that is by design from Referer.
Somehow I need to capture the page that sends a user to the login page in a variable, and then store that, then redirect that to var after logging in.
Will update if more information is found, thanks for listening!
I though I would use:
Code:
<?php echo $_SERVER['HTTP_REFERER']?>
If I click on a link from somewhere within my site, the link is correct.
If I click a link from my email nothing is shown, I think that is by design from Referer.
Somehow I need to capture the page that sends a user to the login page in a variable, and then store that, then redirect that to var after logging in.
Will update if more information is found, thanks for listening!