How to hide the .nsf extension in addressbar

Hi All,

I don’t want to show the database extension .nsf in the url.

e.g.

http://www.xyz.com/abc.nsf/aa?openform

But i want to hide the .nsf in url

Anyone have idea,

Please guide me, how to do this?

Thx in Advance,

Santosh

Subject: *Create a url redirection

Subject: How to hide the .nsf extension in addressbar

May I ask why?

Subject: How to hide the .nsf extension in addressbar

You may use the replica id instead. So, pretending the database properties info tab shows a replica id of 88256F77:005A231A then you could use the following instead:

http://www.xyz.com/88256F77005A231A/aa?openform

Heck, if you don’t need to pass any additional query string parameters you can ditch the “?openform” part too. Note that the replica id is going to take the place of the full file path so if your example looked like this:

http://www.xyz.com/sub/directory/abc.nsf/aa?openform

Mine would still look the same. There is a section in the help “Domino URL Commands” that covers all this. Also, the replica id is not case sensitive in keeping with good url form, so you can also use 88256f77005a231a in my example and get the same results. Of course remember you’re needing to use the actual replica id of your database, not my example number. :slight_smile: