|
Home > Archive > Apache Server configuration support > May 2007 > index file with problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
index file with problem
|
|
|
| Hello,
I try to configure the httpd.conf file to allow user to display
information as an index, after I have add the neccessary
configuration, it doesn't work.
ServerName www.melinx.com
DocumentRoot /usr/www/site.index/docs
Alias /site "/usr/www/site.index/docs"
<Directory /usr/www/site.index/docs>
IndexOptions FancyIndexing
AddDescription " one of our wonderful catalog " catelog.html/
catelog2.html
AddIconByType (CAT, icons/bomb.gif) text/*
DefaultIcon icons/burst.gif
</Directory>u
Should I put the icons/bomb.gif and icons/burst.gif in the /usr/www/
site.index/docs
however the icons/bomb.gif and icons/burst.gif is placed in the
default location.
Should any modification is needed?
Thank yo
| |
|
| On May 28, 6:16 am, kwan <kwan.ji...@gmail.com> wrote:
> Hello,
>
> I try to configure the httpd.conf file to allow user to display
> information as an index, after I have add the neccessary
> configuration, it doesn't work.
>
> ServerNamewww.melinx.com
> DocumentRoot /usr/www/site.index/docs
> Alias /site "/usr/www/site.index/docs"
> <Directory /usr/www/site.index/docs>
> IndexOptions FancyIndexing
> AddDescription " one of our wonderful catalog " catelog.html/
> catelog2.html
> AddIconByType (CAT, icons/bomb.gif) text/*
> DefaultIcon icons/burst.gif
> </Directory>u
>
> Should I put the icons/bomb.gif and icons/burst.gif in the /usr/www/
> site.index/docs
> however the icons/bomb.gif and icons/burst.gif is placed in the
> default location.
>
> Should any modification is needed?
>
> Thank yo
I put Options all in the directory now it is working.
|
|
|
|
|