Allow indexing via htaccess
Mon Jun 07 2021 16:07:55 GMT+0000 (Coordinated Universal Time)
Saved by @dphillips #htaccess #webserver #http
Make sure AllowOverride is set in your vhost configuration. Without this set, the htaccess file won't be able to overwrite settings. Also (in most cases) you don't want to enable indexing globally.
Comments