Page 1 of 1

The requested URL /xampp/splash.php was not found on this...

PostPosted: 14. June 2005 18:25
by interaktiv
The requested URL /xampp/splash.php was not found on this server.

Guys! Why must it be found on a virtual server with its own Document Root?
My httpd.conf as follows:

Code: Select all
NameVirtualHost 127.0.0.1:80

<VirtualHost 127.0.0.1:80>
ServerAdmin max@ssss.com
DocumentRoot c:/internet/xsoft/xampp/htdocs
ServerName localhost
</VirtualHost>

<VirtualHost 127.0.0.1:80>
ServerAdmin max@ssss.com
DocumentRoot c:/internet/ws
ServerName website
</VirtualHost>


When I am going to localhost, I understand why It goes to localhost/xampp/splash.php

But how may I stop it doing the same for my virtual hosts? http://website/index.php - works correct.

Please answer in english.
Thanks a lot.

--
Max Shkurenko :!:

PostPosted: 14. June 2005 18:34
by Wiedmann