<ip_с_предыдущего_шага> site.local
Options FollowSymLinks
AllowOverride All
Order deny,allow
allow from all
<VirtualHost *:80>
ServerName demo
ServerAlias 192.168.1.55
DocumentRoot "c:/mywork/demo/public"
<Directory "c:/mywork/demo/public">
Options +Indexes +Includes +FollowSymLinks +MultiViews
Order Allow,Deny
Allow from all
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "c:/wamp64/www/basic"
<Directory "c:/wamp64/www/basic/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
должно открываться как
http://192.168.1.xx/
http://demo/
http://demo.loc/
с твоей машины
http://192.168.1.xx/
http://demo.loc/
с других