I've put WampServer 3.0.6 online, updated my http-vhosts.conf:
<VirtualHost *:80>
    ServerName www.comparetherapies.dev
    ServerAlias www.comparetherapies.dev
    DocumentRoot C:/Users/steve/Dropbox/WAMP/WWW/comparetherapies
    <Directory  "C:/Users/steve/Dropbox/WAMP/WWW/comparetherapies">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>
and added a line to a second PC's hosts file:
10.0.0.14 www.comparetherapies.dev
where 10.0.0.14 is the IP of the first PC with WampServer.
However, when I try to load www.comparetherapies.dev in the second PC's browser, I receive a connection timed out error.
Help appreciated.