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: [email protected] ReportedBy: [EMAIL PROTECTED] 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 " " * 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
