I moved from WHS v1 to Windows Server 2012 Essentials and notice that the 'Default Web Site' is located now in C:\Program Files\Windows Server\Bin\Webapps\Site instead of in C:\inetpub\wwwroot. Is there any particular reason why Microsoft moved the location?
In my WHS v1 machine, I had set up phpMyAdmin and roundcube under C:\inetpub\wwwroot\phpmyadmin and C:\inetpub\wwwroot\roundcube, so that I could access them via http://xxxx.homeserver.com/phpmyadmin and http://xxxx.homeserver.com/roundcube.
Likewise, I'd like to access them in Windows Server 2012 via http://xxxx.remotewebaccess.com/phpmyadmin and http://xxxx.remotewebaccess.com/roundcube. So I assume that I should now have these folders in C:\Program Files\Windows Server\Bin\Webapps\Site\phpmyadmin and C:\Program Files\Windows Server\Bin\Webapps\Site\roundcube ? Or are there better practices?
Sorry if these questions sound stupid but, coming from WHS v1, Windows Server 2012 Essentials is a whole new world ...