fancy-index
fancy-index copied to clipboard
A responsive Apache index page.
I had to make that replacement in .htaccess on apache 2.4. Thanks for the cool stuff! Love it.
as it sends this http header `Content-Type: text/html;charset=ISO-8859-1` on my server by default, but filesystem supports utf-8 names. After adding Charset=utf-8 the server spits this http header: `Content-Type: text/html;charset=utf-8` The...
so it does not break layout on small displays. ```css tbody td {word-break:break-all;} ``` example: touch longfilenameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.txt
Hello, Is it possible to add epub and pdf in #SPECIFIC FILE ICONS and #FILE DESCRIPTION ? Thanks
I have created a simple installation script that will allow users to install and configure fancy-index with one single command. I have also added a README.md file with instructions on...
On a shared server mod_autoindex does not put the classes into the th and td tags. So no class indexcolname: ```js const nameColumns = Array.from(document.querySelectorAll('tbody .indexcolname')); ``` My workaround for...