Thread
:
[Tech] Redirections in PHP file
View Single Post
12-07-2017, 08:50 AM
rowan
Too lazy to set a custom title
Join Date: Mar 2002
Location: Australia
Posts: 17,394
I would also add a header that explicitly changes the HTTP response code to 302:
header("HTTP/1.0 302 redirect");
header("Location: $link");
rowan
View Public Profile
Visit rowan's homepage!
Find More Posts by rowan