09-07-2017, 10:38 PM
Hello,
How can I use the not_logged_in.php script to redirect to a page in usersc called landing and have the dest?
I want to use the landing in place of the registration and login pages, but I need the dest passed over.
I had this:
but it doesn't work since $dest is not defined obviously
How can I use the not_logged_in.php script to redirect to a page in usersc called landing and have the dest?
I want to use the landing in place of the registration and login pages, but I need the dest passed over.
I had this:
Code:
Redirect::to('/usersc/landing.php?dest='.$dest)