[thelist] [ASP] Redirection Question

Tab Alleman Tab.Alleman at MetroGuide.com
Thu May 13 14:42:02 CDT 2004


Tom Dell'Aringa wrote:

> <%
> Response.Status="301 Moved Permanently"
> Response.AddHeader "Location", "/tg/special/special.jsp"
> %>

Try fully qualifying the URL, like:  

Response.AddHeader "Location",
"http://www.mydomain.com/tg/special/special.jsp"


More information about the thelist mailing list