Just an update ...
In the localhost file
C:\wamp\bin\apache\apache2.4.33\conf\extra\httpd-vhosts.conf
We blocked the https: rewrite
# RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
This didn't have the results we wanted.
Going to each individual browser however and allowing the local host sites in the security sections did remove the browsers asking for the https:
But in Dreamweaver if I hit F12 i can have it view the site in local host and login etc. but it still will not work in live view.
Getting closer but not quite there.

