<VirtualHost *:80> access from local network code example
Example: access virtual host from lan xampp
NameVirtualHost *:80
AllowOverride All
Order Deny,Allow
Allow from all
DocumentRoot "D:/websites/wamp/www/"
ServerName localhost
DocumentRoot "D:/websites/project1/"
ServerName www.project1.com
DocumentRoot "D:/websites/project2/"
ServerName www.project2.com