[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Stopping Directory Indexing - Server wide help reminder needed - Solved



> I'm having a brain ache at the moment so excuses if I have 
> missed this in the archive - yes I did look I know there was 
> some discussion a while ago on how to stop browsing a 
> directory where there was no index.* (html,php,asp, etc) but 
> I can't find it - normally I mark things like that but I must 
> have missed it.  I know you can chmod 711 to the directory to 
> get the same result but I need to do it server wide for customers.

Sorry to answer my own question but for anyone else wondering you edit
the line in /etc/httpd/conf/access.conf

Options  Indexes FollowSymLinks Includes MultiViews  

removing Indexes and  then reload http with /etc/rc.d/init.d/httpd
reload

Gavin