Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
301 Redirect suggestions??
12-12-2009, 02:05 AM
Post: #1
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
%>
Find all posts by this user
Quote this message in a reply
01-27-2010, 02:52 PM
Post: #2
RE: 301 Redirect suggestions??
I think besite this you have to configure your server site...i have a few idea..just subscripbed here to get the solution

Thanks
India Hosting
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: