2016-09-23 Apache Index of a Directory

Today I learned about Apache’s mod_autoindex. The resulting `.htaccess` file for my gallery:

mod_autoindex

gallery

DirectoryIndex index.html
IndexOrderDefault Descending Date
HeaderName header.html
IndexIgnore header.html ..
IndexStyleSheet /css/alex-2016.css
IndexOptions +SuppressRules +SuppressIcon +SuppressDescription +SuppressSize +SuppressHTMLPreamble

​#Apache