Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help - Indexing of Directories and background tiles

Status
Not open for further replies.

pmarek

IS-IT--Management
Dec 4, 2001
2
US
How do I tell Apache that when a user goes to a certain directory that the index display of that directory should use a certain background tile for the HTML that it builds?

 
Hi,

Not certain what you mean. You can customise the icons and a few other bits but I don't think you can customise the page background if thats what you mean. See --> . You also have to have the following directives active in httpd.conf :

Options +Indexes

IndexOptions FancyIndexing

Regards
 
I actually found a way to do it. Create an html file with the background tile referenced and use the HEADER option in the conf.

This displays the page with the appropriate background tile.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top