Forum Moderators: open
I have found posts that tell me how to create a permanent redirect on a windows server with the following code:
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.example.com/yournewpage.asp"
%>
However the page this code runs on must be a .asp page.
My old site is all in html pages - so how do I do a redirect.