Create a php file, then put folowing inside the php tag:
header("Location: newlocation.html"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
Related posts:
Create a php file, then put folowing inside the php tag:
header("Location: newlocation.html"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
Related posts: