redirect on a Domino HTTP server?
- by oidsman
Simple question but:-
We have a server running Domino Http server on port 80. We have another apache server running on 8081.
We want to set a DNS entry (say 'Things') to point to a page on the 8081 server. As I see it we need to do some kind of redirect on the Domino server to say that any traffic from hostname 'Things' gets a redirect to "http://server:8081/content/".
So, in summary, if I type in "http://Things" on my browser I get redirected to "http://server:8081/content/"
Does anyone know how to do this on the Domino Http server?
Thanks in advance for your help!