Upgraded to WAMPP v 3.0.6 and this is driving me nuts.
I can access localhost using I.P. address from the network but not my other directory that contains the aliases.
Localhost computer can access both without issues
-VirtualHost *:80-
ServerName localhost
DocumentRoot c:/wamp64/www
-Directory "c:/wamp64/www/" -
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Require ip 192.168.0
-VirtualHost *:80-
ServerName DFWeb
DocumentRoot "d:"
-Directory "d:/"-
Options +Indexes +Includes +FollowSymLinks +MultiViews
Require local
Require ip 192.168.0