Multiple websites on a same Domino web server: can they be "isolated" from each other?

Hi,

A small question about

Multiple websites on same Domino web server:

can they be “isolated” from each other?

We use various web sites on a same Domino web server.

We use virtual servers (R5 setting) to map URL’s to the correct database(s) in the corresponding directory(ies).

Examples:

http:\www.domain1.com

gives the URL

http://www.domain1.com/Webdomain1/WebSite.nsf/HomePageFr(Visitor)?OpenForm

http:\www.domain2.com

gives the URL

http://www.domain2.com/Webdomain2/WebSite.nsf/HomePageFr(Visitor)?OpenForm

This is OK

but a limitation with this mapping is that

the URLs

http://www.domain1.com/Webdomain2/WebSite.nsf/HomePageFr(Visitor)?OpenForm

and

http://www.domain2.com/Webdomain1/WebSite.nsf/HomePageFr(Visitor)?OpenForm

works and this should be restricted.

Can this restriction be configurated in a virtual server setting?

Could a migration from virtual servers (R5 settings) to websites settings help to solve this problem?

Thank you by advance for your responses

Philippe Pierlot

Lotus Domino Administrator

Subject: Multiple websites on a same Domino web server: can they be “isolated” from each other?

Using Internet Sites you can “lock” the user from going to another subdirectory by adding a substitution rule so that the url will instead be www.domain1.com/Website.nsf and www.domain2.com/Website.nsf.

Your applications needs to be aware of this, though.

You can learn more about it here: http://chris-linfoot.net/d6plinks/CWLT-6UACFV

/Peter