I have this virtual host configured:
<VirtualHost 10.1.1.103:80>
ServerName fc5.s0
DocumentRoot "/var/www/html/fc5"
<Directory "/var/www/html/fc5">
Options Indexes
</Directory>
</VirtualHost>When I point the browser to fc5.s0 the Indexes option does not work and I'm redirected to the default Fedora test page. There are no index.html or index.php files. But when I point the browser to fc5.s0/fc5 it works. I can see the files in that subdir. What am I missing? Regards, Clodoaldo
