> Virtual Host: project. domain.com
A space is not allowed in a ServerName!
When you connect locally, you have two different calls: 'http://project.domain.com/' and 'http://cloud.domain.com/'.
If the DNS server only returns 'http://my_ip_address/' in both cases, how can the local DNS know which ServerName to go to?
The DNS server should return either 'http://my_ip_address/project.domain.com' or 'http://my_ip_address/cloud.domain.com/'.
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons