You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/25 02:01:24 UTC

DO NOT REPLY [Bug 8493] New: - mod_rewrite does not try index.html like it used to

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

           Summary: mod_rewrite does not try index.html like it used to
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jon+apache-bugzilla@unequivocal.co.uk


My DOCUMENT_ROOT/.htaccess file looks like this:

RewriteEngine on
RewriteBase /
RewriteCond %{DOCUMENT_ROOT}/wt/$1.py -f
RewriteRule ^(.*)$ /wt/$1.py

Under Apache 1.3, when you try the URL http://www.example.com/ then mod_rewrite 
will try running "index.html" through the rewrite rules. Under Apache 2.0, it 
does not, it just tries "". How do I get the old behaviour?

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org