PHP Webpage ReDirect

Copy the following and place it in a file named index.php on the site you want to redirect from.<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.scunster.co.uk” );
?>

Print Friendly, PDF & Email

More Like This


Categories


Web Hosting

Tags


  • Post a comment