Reply
Modifying .htaccess to make auto-index directories look more like site
Old 06-24-2006, 08:45 PM Modifying .htaccess to make auto-index directories look more like site
Skilled Talker

Posts: 84
Trades: 0
Hey,

I'm working on making the apache-generated directory listings (see picture below) look more like my site. I've found a couple articles on the subject.. but am unfamiliar with altering the .htaccess file and putting in the new commands.



This article: http://www.webpronews.com/expertarti...tesDesign.html

Tells me to input commands into the .htaccess file.. such as these:
Code:
Options Indexes
   IndexOptions FancyIndexing SuppressDescription SuppressHTMLPreamble
   HeaderName header.html
   ReadmeName footer.html
   IndexIgnore header.html footer.html .htaccess
What i'm confused about is how to exactly do this.

My .htaccess file reads like this:

Code:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.foothillsbaptist.org
AuthUserFile /home/footh4/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/footh4/public_html/_vti_pvt/service.grp

Options Indexes
   IndexOptions FancyIndexing SuppressDescription SuppressHTMLPreamble
   HeaderName header.htm
   ReadmeName footer.htm
   IndexIgnore header.htm footer.htm .htaccess
I uploaded the new .htaccess in both binary and ascii.. neither worked. I added a header.htm and footer.htm in the same directory with nothing but a different background color (hopefully just enough to change the presentation so that i know it's working).

Unfortuntately, no change occured.

Can anyone help?

Thanks.
msaz87 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Reply     « Reply to Modifying .htaccess to make auto-index directories look more like site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10022 seconds with 13 queries