Redirection Not Working Classic Asp Site

alesjandro1

New Member
A site i host is currently under construction so i am trying to redirect all pages back to the homepage. I am using the following code for redirection:\[code\]Response.Status = "302 Moved Temporary"Response.AddHeader "Location", "http://www.soundczar.com" Response.End()\[/code\]However, the only browser that is able to redirect properly is Opera. Firefox, IE, and Chrome are unable to redirect the pages. I had the same issue last week with another classic asp site. I placed this code at the end of the footer SSI. Any suggestions?
 
Back
Top