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=8493>. 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=8493 mod_rewrite does not try index.html like it used to ------- Additional Comments From [EMAIL PROTECTED] 2003-05-17 22:40 ------- Boomer, you are absolutely right. I was convinced it worked for me sometime, but there was mod_negotiation involved... However, mod_rewrite has a bug, that LA-U in directory context doesn't work. Just fixed it in HEAD (and proposed for backporting to the stable trees). After fixing it, %{LA-U:REQUEST_URI) results in the actual delivered URI (e.g. /index.html) and %{LA-U:REQUEST_FILENAME} in the resulting /path/to/filename. If you want to test it, the patch is here (the line numbers will differ for the 2.0 branch, but that shouldn't be a problem): <http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.150&r2=1.151>. (leaving in documentation category, because it's still new behaviour) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
