• Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A directory listing theme for Apache

Apache-Directory-Listing

A directory listing theme for Apache

'Apache Directory Listing' is a directory listing theme inspired from Apaxy which uses Apache's mod_autoindex module.

Themes

Light theme

grid table
grid table

Dark theme

grid-darkmode table-darkmode
grid table

Usage

  1. Download or clone the repo and copy directory-listing directory to the root directory of Apache.
  2. Copy htaccess.txt file to the root directory of your server, rename it to .htaccess.
  3. Inside the renamed .htaccess file
    • Replace {LISTING_DIRECTORY} to the location of directory-listing folder on your server.
    • Replace {LISTING_STYLE} to either grid, table, grid-darkmode, table-darkmode, grid-automode, or table-automode.
      • grid-automode and table-automode will automatically switch between light and dark themes based on the user's OS or browser settings.

Credits

License

MIT