B.t.w, if you have access to httpd.conf you should NOT use .htaccess file 
because it reduce a perfomance. The better way is to add configuration 
to <Directory> section in httpd.conf:

<Directory /path_to_doc_root>
...
Option Indexes ...
...
</Directory>


On Friday 19 December 2003 23:51, Slava Shklyar wrote:
> in apache config file check directive 'AllowOverride' related to your
> directory It must include at least 'Indexes' or 'Options' parameters:
>
>       AllowOverride Indexes
> or
>       AllowOvveride Options
> or
>       AllowOvveride All
>
> On Friday 19 December 2003 23:32, Orna Agmon wrote:
> > > In .htaccess put:
> > >
> > > <<<
> > > Options Indexes
> > >
> > >
> > > That is assuming Apache allows you to change this particular
> > > configuration in the .htaccess there. Else you'll need access to the
> > > main Apache configuration file.
> >
> > I tried putting it both in the main directory, and in its subdirs, and
> > got no effect. any of the vipe admins?

-- 
        -------------
        Slava Shklyar
        mailto:[EMAIL PROTECTED]
        20/12/03 00:45 GMT+0200

--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]


Reply via email to