You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache doesn't have a very pretty directory listing page, and there's some very light-weight styling we can apply without using javascript and keeping the apache-only dependency.
By using apache's mod_autoindex, you can specify a .css file in the .htaccess file that gives the directory listing page styling.
Apache doesn't have a very pretty directory listing page, and there's some very light-weight styling we can apply without using javascript and keeping the apache-only dependency.
By using apache's
mod_autoindex
, you can specify a.css
file in the.htaccess
file that gives the directory listing page styling.Take a look here for some examples:
https://github.com/ramlmn/Apache-Directory-Listing/blob/master/htaccess.txt
The text was updated successfully, but these errors were encountered: