I’m having a problem with virtualhosts. I’ve specified the correct DocumentRoot folders for each of my websites in the httpd-vhosts.conf but when I try to access the website by domain name it keeps going to the DocumentRoot folder specified in httpd.conf file instead of what is in the httpd-vhosts.conf file. I have the Include httpd-vhosts.conf line in httpd.conf. I’m not sure what I’m doing wrong. Any ideas?
OS : Windows 10 Java Version : Installed with Lucee (Says 11.02 in release file) Tomcat Version : Installed with Lucee (9.0.86 in release file) Lucee Version : 6.0.1.83
Your httpd.conf includes ssl conf file but your host file is for non-https. Most browsers will default to https (443) now when loading. Make sure http://… is in the URL?