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” );
?>
PHP Webpage ReDirect
-
Post a comment
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” );
?>