I have one site www.mysite.com where I got an application program and now we're going to put our web site here too.
The problem is that the application is untouchable, and want to keep it out from the web site team.
This is the image of what I would like to do:
Server data,
Applicantion:
C:\myapplication\app.php
C:\myapplication\appfolder\index.html
Web:
C:\myweb\index.html
C:\myweb\webfolder\index.html
Access from the web,
Applicantion:
www.mysite.com\app.php
www.mysite.com\appfolder\index.html
Web:
www.mysite.com\index.html
www.mysite.com\webfolder\index.html
I know there are virtual folders, but I don't want to add folders one by one...
There are files on the root of the website for the app as for the website.
I would create 2 different FTP accounts, one for C:\myapplication and one for C:\myweb
It is possible to do this?
I'm using Windows 2008 R2 with IIS and PHP
Thank you.