<VirtualHost *:80>
DocumentRoot "D:\Server\data\htdocs"
ServerName localhost
ServerAlias www.localhost
<Directory D:\Server\data\htdocs>
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
You don't have permission to access / on this server.