Forum Moderators: phranque
I've searched on WW to try to find out how to set it up but can not find it. I basically just want to redirect from www.example.co.uk to www.example.com.
I have inserted in my file "index.htm" the following code which I got from another message. What am I doing wrong. I suspose I need the answer in simple terms. Thanks guys
<%
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", "http://www.example.com/index.htm"
%>