martin 01/09/27 09:08:43 Modified: htdocs/manual/misc rewriteguide.html Log: IMO, the '=' must not be there. Ralf? Revision Changes Path 1.11 +2 -2 httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html Index: rewriteguide.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rewriteguide.html 2001/04/25 15:16:06 1.10 +++ rewriteguide.html 2001/09/27 16:08:43 1.11 @@ -1714,8 +1714,8 @@ <P><TABLE BGCOLOR="#E0E5F5" BORDER="0" CELLSPACING="0" CELLPADDING="5"><TR><TD><PRE> RewriteEngine on RewriteMap hosts-deny txt:/path/to/hosts.deny -RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] -RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND +RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !NOT-FOUND [OR] +RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !NOT-FOUND RewriteRule ^/.* - [F] </PRE></TD></TR></TABLE><P>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]