Portal Home > Knowledgebase > URL Redirection > PHP URL Redirect


PHP URL Redirect




PHP URL Redirect is just like it says. The code for this script is short and simple. The following code goes at the top of the page.


<?php
header("location:http://www.eugenehosting.com/");
exit;
?>


This script shows the new page that the refresh points to.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read