Directory Browsing

Hello,
I am trying to allow directory browsing to a folder in the public_html folder of my virtual host site.

I have given this folder these values

<Directory /some_folder_in_public_html>
Options Indexes
allow from all
AllowOverride All

and yes I get the 403 Forbidden error.

any suggestions?

~Gary

My problem was due to a type-O

~Gary

Glad to hear you got that working, thanks for the update!

-Eric