Better Default Directory Views with HTAccess | Perishable Press

This could be a cool option for static web sites that run on Apache if your host lets you do custom .htaccess files–as Nearly Free Speech does. I have no idea how much of this is applicable to nginx or Caddy; this won’t be useful to people using Neocities or Nekoweb.

1 Like

.htaccess files are exclusive to Apache, and it’s one of the only reasons I still use it (with PHP-FPM, since mod_php is way too heavy). I’m sure there are ways to translate .htaccess files into something like an Nginx config, but I have no experience in that arena.