3 : <cfparam name="cgi.REMOTE_ADDR" type="string" default="UNKNOWN IP" /><cfparam name="cgi.HTTP_USER_AGENT" type="string" default="browser_unkown" />
4 :
5 : <cfif #LEFT(cgi.QUERY_STRING, 16)# eq "404;https://www."><cfset cleanpath = #replace(cgi.query_string, "404;https://www.#site.domain#:443/", "")# /><cfelse><cfset cleanpath = #replace(cgi.query_string, "404;https://#site.domain#:443/", "")# /></cfif>
6 : <cfif CGI.SERVER_NAME neq "www.#site.domain#"><cflocation url="https://www.#site.domain#/#cleanpath#" statuscode="301" /></cfif>
7 :
|