<%@ Language="VBScript" %> <% ' ASP permanent URL redirection Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://robertsoncars-spain.com/index.html" Response.End %>