PHP redirect script

In a php page paste this code.(change domain.com to your domain name)

<?php
header("Location: http://www.domain.com/index.html");
?>

  • 14 Users Found This Useful
Was this answer helpful?

Related Articles

HTML REDIRECT SCRIPT

html redirect, place the following code between the head tags of your HTML page (replacing the...

JavaScript redirect

JavaScript redirect, place the following code between the head tags of your HTML page (replacing...