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/07/26 00:36:12 UTC

DO NOT REPLY [Bug 11185] New: - index.php files are treated differently when directory is sym linked.

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

index.php files are treated differently when directory is sym linked.

           Summary: index.php files are treated differently when directory
                    is sym linked.
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: bponline@peikes.com


When I point a browser to a directory which is a sym link, apache does not 
send .php files through php but instead displays the php source. Example

http://mail.peikes.com/squirrelmail-1.2.6/index.php
http://mail.peikes.com/squirrelmail/index.php

the squirrelmail directory is a sym-link to squirrelmail-1.2.6
Note however:
http://mail.peikes.com/squirrelmail/
works correctly.
Also:
http://mail.peikes.com/squirrelmail/otherindex.php
works fine.

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