variable within an error document:
</P>
<PRE>
- <!--#if expr="\"$REDIRECT_ERROR_NOTES\" = \"\"" -->
+ <!--#if expr="$REDIRECT_ERROR_NOTES = ''" -->
<p>
The server encountered an unexpected condition
which prevented it from fulfilling the request.
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.
of the form <BR><CODE>BrowserMatch "^Mozilla/[2-4]" anigif</CODE><BR>
for browser types which support animated GIFs).
<HR><PRE>
-<!--#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!"