Using php you can permanently redirect one URL to another, using the below code in a php file;
<?php
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: http://www.newsite.co.uk/”);
exit();
?>
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Total Page Visits: 2320 - Today Page Visits: 2