Good Day
Is there anyway that i can create a URL that all my employee can use to access their web based notes given that each employee mail file is located in different server
currently am using web redirect for each server but i would to make it easier for the users by using one URL overall the company so it there a way that will redirect the same URL based on the mail file location
please advise
Thanks
Subject: EASY Solution
Create a link (hotspot) and set the properties as a URL to:http://www..com/mailredi.nsf
that’s it.
It prompts user’s name/passwd, then looks up mail file & server in person doc.
Subject: Web Redirect issue : One URL for different Servers
Hello Hatem,
Create a redirect page in a database that needs authentication. After login, you have the username and can lookup the mailserver+mailfile in the addressbook. That’s all you need to create the redirect url on the redirect page. Is this clear enough?
Greetings,
Martin Vereecken
http://www.bizzybee.be (Notes blog)
Subject: RE: Web Redirect issue : One URL for different Servers
Thank you for your feedback
am using the default domino redirect database can you give me more details how can i proceed with your suggestion
Thanks