Webmaster Forums

Full Version: 301 Redirect suggestions??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
%>
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
Reference URL's