You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Miroslav Pokorný
0ac1433684
|
4 years ago | |
---|---|---|
conf | 8 years ago | |
htaccess | 8 years ago | |
license.md | 8 years ago | |
readme.md | 4 years ago |
readme.md
SIMPLE: Apache Directory Listing Theme
https://miroslavpokorny.com/simple-apache-directory-listing-theme/
This theme turns that ugly default file listing by autoindex mod in Apache into this:
Installation
Apache configuration
- Download and extract
simple
fromconf
directory. - Use
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.) - Reload Apache.
.htaccess
- Download and extract
simple
fromhtaccess
directory. - Either put
simple
in the root and rename.htaccess.root
, or replace every occurrence of{SIMPLE_DIRECTORY}
by real path in.htaccess.customdir
and use it. - Reload Apache.
Options
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'.
Troubleshooting
If you have trouble running .htaccess
version, try to look at AllowOverride
directive.
Licence
MIT.
Footnotes
Icons by Yusuke Kamiyamane.