I'm still fairly new to IIS coming from an Apache background so please bear with me. I have setup a virtual directory on our hosting space for one of our clients. My aim is to make it so that we have a virtual directory for each client that is password protected and that our core site simply provides a list of the available sites to preview. My structure therefore is as follows:
www.domain.com (root)
www.domain.com/websiteone/ (virtual directory)
www.domain.com/websitetwo/ (virtual directory)
My problem is that links in "websiteone" that use "/" are resolving to www.domain.com/ rather than to www.domain.com/websiteone/
How do I get around this? Ideally if you could provide an example that uses the Plesk control panel that would be ideal as this is all our hosting provider provides us with.
Any help would be greatly appreciated.