When I enter the domain address that I entered into ISPConfig it keeps serving me the index.html in the Document Root. How can i get the virtual hosting to work so that it will load web1/web/index.html?
This error occurs when you assigned the wrong IP to the website. If you are in a NAT enviroment behind a router, you must use your internal IP.
I have changed the general settings ip to my local ip and I changed the site settings to my local ip as well. Apache still serves me the index.html from my Document Root. Before using ISPConfig I generally had to use VirtualHosts to set up my box to handle different domains on 1 ip and I realize that ISPConfig uses <Directory> could this be the issue?