From 811610125178f30d2e39c2d6d6955cf5edaa0455 Mon Sep 17 00:00:00 2001
From: Tony Finch
- <!--#if expr="\"$REDIRECT_ERROR_NOTES\" = \"\"" --> + <!--#if expr="$REDIRECT_ERROR_NOTES = ''" --> <p> The server encountered an unexpected condition which prevented it from fulfilling the request. @@ -340,7 +340,7 @@ documents, or to translate the error documents to different languages. modifications. </P> <P> - <!--#if expr="\"$HTTP_REFERER\" != \"\"" --> + <!--#if expr="$HTTP_REFERER != ''" --> Please inform the owner of <A HREF="<!--#echo var="HTTP_REFERER" -->">the referring page</A> about the malformed link. @@ -361,7 +361,7 @@ appears to support it (the latter requires server configuration lines of the formBrowserMatch "^Mozilla/[2-4]" anigif
for browser types which support animated GIFs).-<!--#if expr="\"$SERVER_NAME\" = /.*\.mycompany\.com/" +<!--#if expr="$SERVER_NAME = /.*\.mycompany\.com/" --><!--#set var="IMG_CorpLogo" value="http://$SERVER_NAME:$SERVER_PORT/errordocs/CorpLogo.gif" --><!--#set var="ALT_CorpLogo" value="Powered by Linux!" -- 2.50.1