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 2004/05/24 03:55:34 UTC

DO NOT REPLY [Bug 29165] New: - Parent directory icon not correct

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

Parent directory icon not correct

           Summary: Parent directory icon not correct
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: PC
               URL: http://www.mamute.net/
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_autoindex
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: herbert@mamute.net


I'm doing a setup of my website and discovered that the Parent Directory AddIcon
don't works.

Here is my .htaccess:

**************************************
Options Indexes Includes
IndexOptions DescriptionWidth=*
IndexOptions FoldersFirst
IndexOptions HTMLTable
IndexOptions NameWidth=*
IndexOptions ScanHTMLTitles
IndexOptions SuppressRules
IndexOptions SuppressHTMLPreamble
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
HeaderName /~header.shtml
ReadmeName /~footer.shtml
IndexIgnore .htaccess ~* *.bak *.swp *.mlog
AddIcon /~icons/parent.png ..
AddIcon /~icons/folder.png ^^DIRECTORY^^
AddIcon /~icons/blank.png ^^BLANKICON^^
AddIcon /~icons/.png ^^BLANKICON^^
AddDescription "&nbsp;" *
DefaultIcon /~icons/unknown.png
*********************************************

If I remove the line "DefaultIcon /~icons/unknown.png"  the default unknown
apaches's icon (/icons/unknown.gif) is displayed.

I've tryed this on two servers, both with Apache 2.0.49 and the problem is
reproduceable.

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