vb 301 redirect
<%@ Language=VBScript %> <% Response.Status="301 Moved Permanently" Response.AddHeader "Location", "/default.asp" %>
Carries out a 301 redirect.
Updated: Friday 8th October 2010, 10:46pm
There are 0 comments
Comments are currently closed.