我已经从所有方面着手,他们都说了同样的事情。 I m试图将单页移至新圆页。 这里是我所看到的守则,并试图在所涉网页的开头多次放置:
<%@Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader ( "Location","http://www.new-location.com" )
%>
It does not seem to work. It looks like typical .asp page swith the <@ Language=VBScript %>
at the top followed by html code. Is there another way to redirect single .asp pages?