index file with problem

index file with problem

am 28.05.2007 15:16:10 von kwan

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"

IndexOptions FancyIndexing
AddDescription " one of our wonderful catalog " catelog.html/
catelog2.html
AddIconByType (CAT, icons/bomb.gif) text/*
DefaultIcon icons/burst.gif
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

Re: index file with problem

am 29.05.2007 07:01:03 von kwan

On May 28, 6:16 am, kwan 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"
>
> IndexOptions FancyIndexing
> AddDescription " one of our wonderful catalog " catelog.html/
> catelog2.html
> AddIconByType (CAT, icons/bomb.gif) text/*
> DefaultIcon icons/burst.gif
>
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.