Rather frustrated with something I can seem to do in any other web server. I need to lean on someone.
Basically, I just need to force people to go to www.domain.com when they request just domain.com. The url rules don’t seem to allow the use of the hostname… So basically like a modrewrite on apache.
Is there a simple way to do this?
Subject: Rules
The way the Domino web server is set up by default, we don’t care what hostname you’ve used to get to us, we’re just happy that you’re here! One caveat to that is also that we cannot actually see what hostname you used to reach the server.
The workaround to this is to use internet site documents (read up on it here). Internet site documents allow you to configure each protocol individually, and (here is what is important to you) it allows you to react differently based on what FQHN someone used to hit the server. So, for example, in your case, you can have one internet site document that simply does a redirection back out to http://www.server.com (as opposed to server.com), and then create another internet site document for www.server.com to host your site.