At 21.03.2002  03:18, you wrote:
>Errmm... i don't know any apache groups, but
>if you want to do what you ask, just read the
>documentation, it's easy :-)
>
>jtjohnston wrote:
>>Anyone know of a good apache group?
>>I want to hide the structure of a directory when there is no idex.html
>>present <g>
>>J

<Directory /your/absolute/path/dir>
IndexIgnore *.*  # ignores all files that match *.*
InexIgnore ..  # ignores the parent directory
....    #other directives
</Directory>
HTH Oliver


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to