I want to configure my XAMPP to have 2 different localhosts and sites with 2 different root directory
Let's name they: SITE1 and SITE2
But when I try to acess the url of SITE1 (example: 111.111.111.111:8090) he put me at the folder selection
I solved the problem putting in the httpd.conf Document Root the directory root of my SITE1 (Directory "C:/xampp/htdocs/SITE1"), but now it's the problem, there's any way to solve that for the SITE2?
I want to acess the url of SITE2 with example: 111.111.111.111:8091 (Because I want to point the DNS for some domain) and go direct to directory ''C:/xampp/htdocs/SITE2'' not the folder selection