Page 1 of 1

Problems setting up vhost under xampp?

PostPosted: 13. May 2005 16:48
by augustynr
Hi,
I have followed the docs and this is my conf:

NameVirtualHost *:80

<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot C:/apachefriends/xampp/htdocs/Soundbox/
ServerName www.srv.dyndns.org
</VirtualHost>

but I get following in the log file:
[Fri May 13 11:16:00 2005] [error] [client 64.228.198.156] File does not exist: C:/apachefriends/xampp/htdocs/Soundbox/xampp

It looks like "xampp" is added to the document root?
Any ideas?
Thanks
robert

PostPosted: 13. May 2005 19:10
by Wiedmann
Clear your Browser cache.

PostPosted: 13. May 2005 20:28
by augustynr
Sweet,
That worked.
robert