lang/php/ PhpReciples
Php Reciples
Headers
Redirect:
header('Location: '.$newURL);
note that this uses a 302
response code, perhaps 301
or 303
are more appropriate.
Redirect:
header('Location: '.$newURL);
note that this uses a 302
response code, perhaps 301
or 303
are more appropriate.