Blogmaster
Jun 29th 2005, 9:56 am
I have moved http://www.national-real-estate-directory.com/real-estate-forum/ to http://www.realestateforum.com and the other pages of the old forum don't redirect the way they should.
Example:
http://www.national-real-estate-directory.com/real-estate-forum/showthread.php?threadid=741
I am using this code:
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.realestateforum.com/"
%>
Any idea why?
Mike
Example:
http://www.national-real-estate-directory.com/real-estate-forum/showthread.php?threadid=741
I am using this code:
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.realestateforum.com/"
%>
Any idea why?
Mike