301 Redirect- How to cannibalize homepage for windows server/asp?
How do I cannibalize a non www version to the www version of the site...I tried using this:
Code:
http://sitename.com: <%@ Language=VBScript %>
<%
Response.Status=”301 Moved Permanently”
Response.AddHeader “Location”, Object moved
%>

LinkBack URL
About LinkBacks





Reply With Quote
Bookmarks