Re: index file with problem
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.
|