This Apache directory listing theme turns that ugly default file listing by autoindex mod in Apache into this:
simple
from conf
directory.example.conf
to edit conf file for selected directory / virtual host. (E.g. edit /etc/apache2/sites-available/000-default.conf
in Ubuntu to use theme everywhere.)simple
from htaccess
directory.simple
in the root and rename .htaccess.root
, or replace every occurrence of {SIMPLE_DIRECTORY}
by real path in .htaccess.customdir
and use it.At footer.html
there is ignoreDirectories
variable, where you can set number of directories that should be hidden in breadcrumb navigation.
There is also ignoreAsNoLink
variable that sets whether to ignore as 'do not display' or ignore as 'no links, but visible'.
If you have trouble running .htaccess
version, try to look at AllowOverride
directive.
MIT.
Icons by Yusuke Kamiyamane.