From bugs-return-4667-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Wed Jan 01 15:38:59 2003 Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 25092 invoked by uid 500); 1 Jan 2003 15:38:58 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 25081 invoked from network); 1 Jan 2003 15:38:58 -0000 Date: 1 Jan 2003 15:40:14 -0000 Message-ID: <20030101154014.7328.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 15751] - Rewriting of language negotiated pages fails X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15751 Rewriting of language negotiated pages fails ------- Additional Comments From nd@perlig.de 2003-01-01 15:40 ------- (I have currently no 1.3 running). But AFAICS the described behaviour is exactly what I would expect (at least in 2.x) I hope, I understand you correctly; you have: DirectoryIndex index.html .. RewriteRule ^ - [L] The latter means simply passing through every incoming request. At first a request "/a/" comes in -> passing through. Then DirectoryIndex starts its work and trys to resolve the directory request to /a/index.html by doing a subrequest lookup. That URI is put into the rewrite engine again and simply passed through. What was _exactly_ different in 1.3 (e.g. in the rewritelog)? --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org