Forum Moderators: open
<!--#echo var="HTTP_REFERER" --> <!--#echo var="REQUEST_URI" --> <!--#echo var="REMOTE_ADDR" --> <!--#echo var="HTTP_USER_AGENT" --> Sorry, the page <%Response.Write(Request.ServerVariables("URL"))%> has not been found! will display as "Sorry, the page /404.aspx has not been found!". <%Response.Write(Request.ServerVariables("URL"))%> or <% = Request.ServerVariables("URL")%> Sorry, the page /404.asp has not been foundinstead of
Sorry, the page /missing.html has not been found.