Re: How to turn off index listing

2006-05-27 Thread David Liontooth
Adam Conrad wrote: > David Liontooth wrote: > >> On a fresh installation of apache2 (2.0.55-4), I installed mediawiki1.5. >> I'm now unable to turn off index listing. >> > > In /etc/apache2/sites-available/default, notice the bit here: > > >Options Indexes FollowSymLinks MultiViews >

Re: How to turn off index listing

2006-05-26 Thread Adam Conrad
David Liontooth wrote: > On a fresh installation of apache2 (2.0.55-4), I installed mediawiki1.5. > I'm now unable to turn off index listing. In /etc/apache2/sites-available/default, notice the bit here: Options Indexes FollowSymLinks MultiViews [...] Remove "Indexes", and you're golden.