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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.0.35                      |2.0.40



------- Additional Comments From [EMAIL PROTECTED]  2003-02-04 07:31 -------
I also ran in to this problem when migrating from 1.3.27 to 2.0.40-11 (Red Hat 8
RPM). When ever / is requested (ie: http://www/example.com/ or
http://www.example.com/foobar/) mod_rewrite doesn't resolve it to a
DirectoryIndex file. This happens with REQUEST_FILENAME as well as 
SCRIPT_FILENAME.

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule /* /cgi-bin/script.cgi [T=application/x-httpd-cgi,L]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to