DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39103>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39103

           Summary: REQUEST_FILENAME is set to partial file path
           Product: Apache httpd-2
           Version: 2.0.53
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_rewrite
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


This is in the .htacces:

RewriteEngine on
Options +FollowSymlinks
Options -Indexes
RewriteBase /

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^ /HI [L]

The only file in the document root is archives.php.

192.168.0.100 - - [25/Mar/2006:12:58:42 --0500] [192.168.0.4/sid#8fd3e78][rid#94
e8ef0/initial] (3) [per-dir /var/www/html/] applying pattern '^' to uri 'archive
s/foo'

192.168.0.100 - - [25/Mar/2006:12:58:42 --0500] [192.168.0.4/sid#8fd3e78][rid#94
e8ef0/initial] (4) RewriteCond: input='/var/www/html/archives.php' pattern='-f'
=> matched

I'm not sure why REQUEST_FILENAME is getting set to "/var/www/html/archives"
when the request is for archives/foo? I thought it would be set to
"/var/www/html/archives/foo".

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to