Bug 48920 - Breadcrumbs on mod_autoindex path
Summary: Breadcrumbs on mod_autoindex path
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_autoindex (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 23:26 UTC by Ferenc Veres
Modified: 2010-03-15 23:26 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferenc Veres 2010-03-15 23:26:08 UTC
The automatically generated H1 in autoindex could be turned into a breadcrumbs for better usability. (By a config option of course.)

Instead this HTML code

<h1>Index of /pub/c64/Demos/d/Daniax</h1>

This would be generated:

<h1>Index of /<a href="/pub/">pub</a>/<a href="/c64/">c64</a>/<a href="/Demos/">Demos</a>/<a href="/d/"></a>d</a>/<a href="/Daniax/">Daniax</a></h1>

(I know, that someone could define a script for header to generate this. But if this could be generated by mod_autoindex itself, that may help users to make easy to browse site without an external CGI or PHP script.)