Forum Moderators: phranque
<VirtualHost *:9900>
ServerAdmin webmaster@localhost
DocumentRoot "c:/wamp/www"
ServerName url.pews.info
ServerAlias 192.168.0.1
ErrorLog "logs/localhost-error.log"
CustomLog "logs/localhost-access.log" common
DirectoryIndex gauge.php
</VirtualHost>
127.0.0.3 url.pews.info
url.pews.info, 127.0.0.3:9900, 192.168.0.1 or anything else from any of the above information in the browser of a different computer connected to the same network, nothing happens. It doesnt load "c:/wamp/www/gauge.php", like I want.