Forum Moderators: open
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.example.com/yournewpage.asp"
%>
The page this code runs on must be an .asp page.
Hope this helps.
-Matt
Your answer raises another question.
The objective is to consolidate the backlinks from one site (.com) into another (.co.uk). Both domains DNS entries point to the same IP address. However G sees them as separate domains, and therefore dilutes the backlinks.
In your expert opinion, is the 301 the best vehicle to achieve this?
Thx again, Calum