View Single Post
  #1 (permalink)  
Old 12-12-2009, 09:15 AM
realistic realistic is offline
Senior Member
 
Join Date: Oct 2008
Location: London
Posts: 254
realistic is on a distinguished road
Question 301 Redirect suggestions??

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”, http://www.sitename.com
%>
Reply With Quote