mirror of
https://github.com/fuchcz/simple-apache-directory-listing-theme.git
synced 2025-01-18 13:11:11 +01:00
readme
This commit is contained in:
parent
c9028a87f1
commit
607271457f
1 changed files with 32 additions and 2 deletions
34
readme.md
34
readme.md
|
@ -1,2 +1,32 @@
|
|||
SIMPLE Apache Directory Listing Theme
|
||||
=====================================
|
||||
SIMPLE: Apache Directory Listing Theme
|
||||
======================================
|
||||
|
||||
This theme turns that ugly default file listing by autoindex mod in Apache into this:
|
||||
|
||||
![](https://fuchcz.github.io/simple-apache-directory-listing-theme/images/simple-screenshot.jpg)
|
||||
|
||||
## Installation ##
|
||||
|
||||
### Apache configuration ###
|
||||
|
||||
1. Download and extract `simple` from `conf` directory.
|
||||
2. Use `example.conf` to edit conf file for selected directory / virtual host . (Edit `/etc/apache2/sites-available/000-default.conf` in Ubuntu to use theme everywhere.
|
||||
3. Reload Apache.
|
||||
|
||||
### .htaccess ###
|
||||
|
||||
1. Download and extract `simple` from `htaccess` directory.
|
||||
2. 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.
|
||||
3. Reload Apache.
|
||||
|
||||
## Troubleshooting ##
|
||||
|
||||
If you have trouble running `.htaccess` version, try to look at `AllowOverride` directive.
|
||||
|
||||
## Licence ##
|
||||
|
||||
[MIT](https://opensource.org/licenses/MIT).
|
||||
|
||||
## Footnotes ##
|
||||
|
||||
Icons by [Yusuke Kamiyamane](http://p.yusukekamiyamane.com).
|
||||
|
|
Loading…
Reference in a new issue