coar 01/04/25 08:16:06 Modified: htdocs/manual/misc rewriteguide.html Log: Fix a misspelling.. Submitted by: Michael Paesold <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision Changes Path 1.10 +3 -3 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.9 retrieving revision 1.10 diff -u -u -r1.9 -r1.10 --- rewriteguide.html 2000/12/03 03:28:38 1.9 +++ rewriteguide.html 2001/04/25 15:16:06 1.10 @@ -1605,10 +1605,10 @@ # via a huge and complicated single rule: # # 1. make sure we don't map for common locations -RewriteCond %{REQUEST_URL} !^/commonurl1/.* -RewriteCond %{REQUEST_URL} !^/commonurl2/.* +RewriteCond %{REQUEST_URI} !^/commonurl1/.* +RewriteCond %{REQUEST_URI} !^/commonurl2/.* : -RewriteCond %{REQUEST_URL} !^/commonurlN/.* +RewriteCond %{REQUEST_URI} !^/commonurlN/.* # # 2. make sure we have a Host header, because # currently our approach only supports
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]