ItsOverPrime
MIS
I am trying to get a 301 header and keep getting a 302. Can anybody help?
header("HTTP/1.1 301 Moved Permanently");
header("Location: ['HTTP_HOST']}/library/{$redirect[0]['full_safe_name']}");
header("Connection: close");
header("HTTP/1.1 301 Moved Permanently");
header("Location: ['HTTP_HOST']}/library/{$redirect[0]['full_safe_name']}");
header("Connection: close");