Hi Christopher,
You need to setup virtual hosts for aaa.com, bbb.com both at 80 and 443
ports.
Try the following configuration.
ServerName www.aaa.com
DocumentRoot/var/www/html/aaa
ServerName www.bbb.com
DocumentRoot/var/www/html/bbb
RewriteEngine
I am trying to setup an Apache server that will service two domains:
www.aaa.com and www.bbb.net. I want users to only access www.aaa.com
using http://www.aaa.com and I only want users to access www.bbb.net
using https://www.bbb.net.
I've tried the following config:
ServerName