Home   Help Login Register  
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

Search
WooThemes - Quality Themes, Great Support
Pages: [1]   Go Down
Print
Topic: 301 Redirect using ASP - Permanent Redirect HTTP 301  (Read 448 times)
0 Members and 1 Guest are viewing this topic.
« on: August 10, 2008, 03:41:03 AM »
Kevin Offline
Newbie

View Profile
*

iTrader: 2
Posts: 72



You can set 301 redirection (Permanent Redirection) using the below ASP code. It helps to search engines to redirect to the new web site:

Code:
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.new-web-site-location.com/"
%>
Kevin
Logged
Pages: [1]   Go Up
Print
Jump to:  

Untitled Document
(c) 2009 HELM, WHM, cPanel, ASP, .Net development, PHP, MySQL, MSSQL Server, SEO support forum
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC | Forum style designed by PixelSlot
Sitemap - XML Sitemap