Met een beetje hulp van jullie ben ik er in geslaagd om een paar virual servers op mijn vaste pc in wamp te maken.
echter op mijn laptop lukt het maar niet.
Hier is een beetje gegevens van C:\wamp\bin\apache\apache2.2.22\conf\httpd.conf.
ServerName localhost:80
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "c:/wamp/www/"
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "C:/wamp/www/"
</VirtualHost>
<VirtualHost 127.0.0.1>
ServerName amsac.local
DocumentRoot "E:/Dropbox/WebSites/one/amsac.be/"
</VirtualHost>
<VirtualHost 127.0.0.1>
ServerName janr.local
DocumentRoot "E:/Dropbox/WebSites/one/janr.be/"
</VirtualHost>
<VirtualHost 127.0.0.1>
ServerName telenet.local
DocumentRoot "E:/Dropbox/WebSites/telenet/"
</VirtualHost>
Ik hoop dat iemand me kan zeggen waarom ik altijd naar dezelfde site (localhost) gestuurd word.
Jan