Forum Moderators: open
HTTP/1.1 302 Object moved
I am using the following as an include file on all my pages
Response.Status="301 Moved Permanently" Response.AddHeader "Location", PageURL Response.End
Any ideas why this is happening?
What are you using to check the headers?
I have used various online resources to test this, and all show the same result.
Problem seen with asp code.
Working solution with redirect done by server.