Forum Moderators: coopster
This is the code I have picked up from another thread...
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: [widget.com");...]
exit();
?>
It works great with pages using .php but I can't see a way of using it on all my .shtml pages :(
redirect 301 /widgets.html [mysite.com...]