I set up a reversed proxy. I want users to be able to connect to this proxy server from the internet to read their mail (through iNotes or the normal web interface).
This works, but I do get page not found-errors. This is because the links in the html-files point to “/mail/user.nsf/…” and not to “http://server/mail/user.nsf”. This causes the proxy server to search for /mail locally, when it should send this request to the notes-server.
I would like to be able to change the format of the links. Is this possible??
Thanks in advance for any responses
Remco
PS I’m using Domino 6.0.1 and Apache as the reversed proxy server.