elemiah

Registered
Jan 7, 2003
1
0
151
I was wondering if I can format (i.e. colors and fonts and maybe even icons would be kool) the default display of contents within a directory on my Hosting Account when there is no index.* or default.* page in that same directory to 'resolve'.

I am wanting to make the contents of the directory look nice - without displaying any index page and get rid of the stupid default blue and purple. Thanks;)
 

ecoutez

Well-Known Member
May 23, 2002
152
0
316
use .htaccess

You could put something like this in an .htaccess file and create a header and footer in HTML:

Options +Indexes
FancyIndexing on
IndexIgnore header.html footer.html .. ~*
IndexOptions ScanHTMLTitles
IndexOptions NameWidth=*
HeaderName header.html
ReadmeName footer.html