Question: I have a new server stood up (Windows 2012) to replace the current 2003 servers. I have Apache 2.4 + PHP 5.6 + MySQL installed for websites to be hosted. I setup Apache, and a virtual host for a test site. I then created a host file entry on my local to point to it. Instead of going to the root of the site, the browser takes me up one level to the parent folder, and gives me a link to go into site folder. Any idea what would cause this behavior? I don't see any difference in config between old and new for this.
As an aside, Apache + PHP + MySQL were all installed manually vs as part of a stack similar to WAMP/LAMP/XAMPP. Are any of these good for a Production level, or should the install stay "as-is"?