Can I style out the .htaccess DirectoryIndex file?

180 views Asked by At

I have a DirectoryIndex page that I want to style out with CSS. Instead of it looking like this:

DirectoryIndex page

Is it possible to make it look different?

1

There are 1 answers

0
Emyr Tomos On BEST ANSWER

Set the header template in the .he access file then include your css in that.http://milianw.de/code-snippets/styling-apache-indexes has some useful info.