Originally posted by shaky
Is this what it my code is supposed to look like myrem? I forgot...
yeah, that's right.
I think the correct place to do it is:
Code:
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options All
AllowOverride All
</Directory>
On the above options lines. But tried adding "-Indexes" to it but that didn't help either.