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 2005/01/13 19:55:22 UTC

DO NOT REPLY [Bug 33086] New: - unconsistency betwen 404 displayed path and server accesed file

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=33086>.
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=33086

           Summary: unconsistency betwen 404 displayed path and server
                    accesed file
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: valexa@nextcode.org


/home/username/public_html/bar/ is a existant folder with :
index.html

/home/username/public_html/.htaccess has the folowing contents :
RewriteEngine on
RewriteRule foo bar

when i go to http://domain.org/~username/foo/ in a browser the browser shows :
Not Found
The requested URL /home/username/public_html/bar was not found on this server.

the access_log contains :
10.10.10.2 - - [13/Jan/2005:20:29:33 +0200] "GET /~username/foo/ HTTP/1.1" 404 
308 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) 
Gecko/20041107 Firefox/1.0"

the error_log contains :
[Thu Jan 13 20:29:33 2005] [error] [client 10.10.10.2] File does not 
exist: /var/www/htdocs/home/username/public_html/bar

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org