Results 1 to 2 of 2

Thread: Directory Browsing...

  1. #1
    Banned
    Join Date
    Oct 2001
    Posts
    1,459

    Directory Browsing...

    Does anyone know how to disable directory browsing on Apache 1.3.26 in Win32?

  2. #2
    Senior Member
    Join Date
    Jul 2002
    Posts
    339

    Re: Directory Browsing...

    Does anyone know how to disable directory browsing on Apache 1.3.26 in Win32?
    ac1d, come on... have you rtfm of apache? have you googled it before posting?
    this sounds a newbie question to me. i bet this post would be suicidal if you were one.

    anyway, its "options -indexes" in directory directive.


    <Directory /some/dir/ >
    Options -Indexes
    AllowOverride All
    ...
    ...
    </Directory>


    peace always,
    <jdenny>
    Always listen to experts. They\'ll tell you what can\'t be done and why. Then go and do it. -- Robert Heinlein
    I\'m basically a very lazy person who likes to get credit for things other people actually do. -- Linus Torvalds


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •