Hi all,
I have the following question.
When adding :81 to my domain, my Lotus Notes Forms work correctly otherwise it doesn’t work correctly.
I have on a server apache as primary server, domino as secondary server.
Now our website resides on the apache server.
Several webpages contain iframes with links to lotus notes forms.
This is such a page:
http://www.scia-online.com/int/training.html
It contains this link in an iframe.
http://www.scia-online.com/WWW/WebSiteUS.nsf/TRMAN?OpenForm
To test what I mean, you have to choose a training date, click participate, place the order.
This doesn’t work:
http://www.scia-online.com/WWW/WebSiteUS.nsf/TRMAN?OpenForm
This does work
http://www.scia-online.com:81/WWW/WebSiteUS.nsf/TRMAN?OpenForm
Formula behind place the order is
@Command([FileSave]);
@Command([Compose];“EshopGTO”)
I know by doing this I am passing apache and going right to domino.
How can I accomplish that Webpages that contain .nsf in content are handled by Domino server and not by apache.
Thanks in advance,
Hasan