|
I placed this code in the top of my index.html
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.qualityharnessandcable.com");
exit();
?>
I also took out the dns redirect that was being provided by my hosting service. Do you think this is all I need to do? I will test after my 1 hour TTL expires
|