Relative URLs are a problem

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.

Subject: relative URLs are a problem

I tried getting this to work , but had no luck. (I don’t think it will work, but would be happy to be proven wrong :slight_smile: I think what you need to do is either have a unique hostname (server01.yourdomain.com) which you can grab and use for determining what server to redirect to, or have the mail in a unique directory which you would parse out and use for proxying (via mod rewrite.) I have it working quite well using the unique host name (I have many which point to the ip of the proxy server and then I parse it out with mod rewrite to point to the correct internal server.)

Dan