DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15751>.
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
|