mam taką oto konfigurację

<Directory />
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<IfModule dir_module>
DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml
</IfModule>

NameVirtualHost 127.0.0.1

<VirtualHost 127.0.0.1>
DocumentRoot d:/@serwisy-www-pp/Adder4/
ServerName adder.loc
</VirtualHost>


Kiedy otwieram w przeglądarce http://adder.loc to dostaję liste plików, a przecież powinien uruchomić się index.php, który jest w głównym katalogu.
Jeżeli natomiast wywalę z opcji "Indexes" to dostaje błąd 403 forbidden.
Co jest nie tak ?