Okay folks, this one is quite strange....
When I create a website within DNP and upload a PHP app to it (RoundCube, WordPress), I am forced to put the app in a sub-directory of the site path and then using IIS Manager, change the site config to point to the subdirectory. If I do not do this, the apps just flat will not work. If the apps are in a sub-directory to start with, they work fine.
So, DNP creates a site at d:\HostingSpaces\Jimmy\website.com\wwwroot
I have to create directory in wwwroot and upload my PHP app to it (..\wwwroot\mail) and then change IIS to point to ..\wwwroot\mail. If I use DNP to change the site location to ..\wwwroot\mail, I have the same problem as with wwwroot.
This doesn't make any sense.
Help?