On Sat, Jan 27, 2001 at 09:57:35PM -0500, [ rswfire ] wrote : 
> 3.  How can I turn on directory browsing?  I am receiving a Forbidden error 
> whenever there isn't a default document in a directory.

htpd.conf:
<Directory foobar>
Options Indexes
</Directory>

or in .htaccess
Options Indexes


You'll find all documentation at apaches website [1].

m.

[1] http://httpd.apache.org/docs/mod/directives.html

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to