Users Viewing This Thread
 1 Guest(s)
amatorbalikci.net

Post Reply  Post Thread 
HTTP 301 Redirect in ASP-VBScript
Author Message
seoguru.bbrij
Senior Member
****


Posts: 500
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0

Country:
Post: #1
HTTP 301 Redirect in ASP-VBScript

<%@ Language=VBScript %>
<%
' Permanent redirection
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", "http://www.domain.com/"
Response.End
%>

09-11-2007 12:17 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: