Quote:
Originally Posted by benbramz
- Code: Select all
<%
Response.Status = "301 Moved Permanently"
Response.addheader "Location", "http://www.yourdomain.com/newpageurl/"
Response.End
%>
|
I am on a Windows server, too, and would like to use this code to redirect one of my
HTML pages. Could someone explain WHERE should I insert this code? What should be the file's name and extension and where should it be placed? Sorry for a "stupid" question, I am a complete newbee.