I'm using a url to pass a couple variables to another page. One of the variables is redirect info. I'm running some code then when I use...
I get a 404 error every time, even though the url is correct. I can copy and paste it into a different browser window and it works.
I'm totally stumped here.
KizMar
------------
Code:
header("Location: [URL unfurl="true"]https://www.mysite.com/$redirect");[/URL]
exit;
I get a 404 error every time, even though the url is correct. I can copy and paste it into a different browser window and it works.
I'm totally stumped here.
KizMar
------------