Using wordpress creating siteA under www directory with siteA as the subdirectory under www and it works. Then create siteB by copying siteA to the subdirectory siteB under www in the same machine, both websites use the same ssl, verify all the configuration files like httpd.conf, httpd-vhosts.conf, and httpd-ssl.conf are all correct. And also in PhpMyAdmin, create a new siteB database and export siteA database and import it to siteB.
Always get the following error in browser:
Your VirtualHost (5)
localhost - Not a Listen port
siteA.com:443 - Not a Listen port
siteB.com:443 - Not a Listen port
Port used for the VirtualHost is not an Apache Listen port
Duplicate ServerName siteA.com siteB.com into c:/wamp64/bin/apache/apache2.4.58/conf/extra/httpd-vhosts.conf
Any solution is greatly appreciated!
Always get the following error in browser:
Your VirtualHost (5)
localhost - Not a Listen port
siteA.com:443 - Not a Listen port
siteB.com:443 - Not a Listen port
Port used for the VirtualHost is not an Apache Listen port
Duplicate ServerName siteA.com siteB.com into c:/wamp64/bin/apache/apache2.4.58/conf/extra/httpd-vhosts.conf
Any solution is greatly appreciated!