V httpd.conf mám napsané:
Port 80
ServerAdmin kuncek@localhost
ServerName localhost
DocumentRoot "D:/Grafika"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "D:/Grafika">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Zkoušel jsem měnit a přidat i to plus před FollowSymLinks, ale nepomohlo to.