Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 95459 invoked from network); 26 Apr 2004 20:51:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Apr 2004 20:51:55 -0000 Received: (qmail 70109 invoked by uid 500); 26 Apr 2004 20:51:42 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 70071 invoked by uid 500); 26 Apr 2004 20:51:42 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 70058 invoked by uid 500); 26 Apr 2004 20:51:42 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 70052 invoked from network); 26 Apr 2004 20:51:42 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 26 Apr 2004 20:51:42 -0000 Received: (qmail 95444 invoked by uid 1174); 26 Apr 2004 20:51:53 -0000 Date: 26 Apr 2004 20:51:53 -0000 Message-ID: <20040426205153.95443.qmail@minotaur.apache.org> From: rbowen@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/misc rewriteguide.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rbowen 2004/04/26 13:51:53 Modified: docs/manual/misc Tag: APACHE_2_0_BRANCH rewriteguide.xml Log: Examples work better with REQUEST_URI Revision Changes Path No revision No revision 1.4.2.10 +4 -4 httpd-2.0/docs/manual/misc/rewriteguide.xml Index: rewriteguide.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/misc/rewriteguide.xml,v retrieving revision 1.4.2.9 retrieving revision 1.4.2.10 diff -u -r1.4.2.9 -r1.4.2.10 --- rewriteguide.xml 17 Apr 2004 18:33:25 -0000 1.4.2.9 +++ rewriteguide.xml 26 Apr 2004 20:51:53 -0000 1.4.2.10 @@ -1747,10 +1747,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