<%@ Language="VBScript" %> <% ' ASP permanent URL redirection Response.Status="301 Moved Permanently" Response.AddHeader "Location", "../index.php" Response.End %>