Hello everyone,
I just installed Fedora Core 8 and setup VirtualHost on Apache 2.2.0.
The issue is when I try to view a directory without the index.html, it should display the directory listing but it doesn't and it gives an erro 403 forbidden.
This is the configuration that I have for the directory of one of the VirtualHost.
<Directory /path/to/html>
AllowOverride none
Options Indexes Includes FollowSymlinks
Order allow,deny
Allow from all
</Directory>
And even with this setup, it's still giving 403 error.
Any advise ??
I just installed Fedora Core 8 and setup VirtualHost on Apache 2.2.0.
The issue is when I try to view a directory without the index.html, it should display the directory listing but it doesn't and it gives an erro 403 forbidden.
This is the configuration that I have for the directory of one of the VirtualHost.
<Directory /path/to/html>
AllowOverride none
Options Indexes Includes FollowSymlinks
Order allow,deny
Allow from all
</Directory>
And even with this setup, it's still giving 403 error.
Any advise ??