Attachment link Xpage

Hello there,

If you open a attachment on web. You get a big URL. My question is if its possible to make the url shorter.

Example

This is the link:

http://localhost/PresentieData.nsf/6cbb7ee2b5f619c7c125770c0029d4eb/0f45e0295ece06a8c1257711002a0f4b/$FILE/24-April.xml

To make it like this:

http://localhost/PresentieData.nsf/$FILE/24-April.xml

Thank you

Subject: Use Redirect + alternative unique ID

You can add a redirect in your internet sites configuration, to redirect "/openfile/" to "/PresentieData.nsf/lookup_view/"If you additionally use a shorter key in the first column of your lookup view, the final url would look like this:

http://localhost/openfile/your_key/$FILE/24-April.xml