But what?
Hi
Wamp says that er een syntax error is in vhost.conf but what?
<VirtualHost *:80>
ServerAdmin
jan@janr.beDocumentRoot "D:/drive/Jan/Documenten/WebSites/one/janr.be/httpd.www/"
ServerName janr.local
ErrorLog "C:/wamp64/logs/errorjanr.log"
CustomLog "C:/wamp64/logs/customjanr.log" common
<Directory "D:/drive/Jan/Documenten/WebSites/one/janr.be/httpd.www/">
AllowOverride all
Options +Indexes +FollowSymLinks +MultiViews
Require local
Order Deny,Allow --> error line
Allow from all
</Directory>
</VirtualHost>
Jan