It was thus said that the Great Jos Chrispijn once stated:
> I have given a user access to a text (sub)directory. Can someone tell me 
> how I can change the default view layout of such a directory (the 
> default Apache view when not using index.html?
> I would like to provide a wider tab on first column and change file 
> specific images like Word, Excel, Word and PDF format files. Thank you.

  Check out

http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions

  which covers how to change the default width of the fields in the index
view.  For the icons, check your configuration file for something like:

        Alias /icons/ "/var/www/icons/"

  That will indicate where the icons are stored (by a default Apache
install).  Also check the directives "AddIcon" and "AddIconByType".  That
should point you in the correct direction.

  -spc


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to