You can open a file that is a database but has no .nsf in the Client and designer - why not in web?

would be handy to avoid .nsf in urls

http://server/crm/clients/adfos

instead of

http://server/crm.nsf/clients/adfos

to produce this create a new database in the client on local or sever and then do a file system level rename to remove the .nsf

when trying to show the file on the web it doesn’t work.

cannto find file…

ayway to fix this?

Subject: You can establish shortcuts in the server settings…

The problem with just naming the file anything you want, is that Domino is a web server that can also serve up HTML files, GIFs, and so on. If the file suffix isn’t recognized as of a Notes database, it thinks you want to send the file to the browser, verbatim. Which is probably not allowed from the Domino data directory, for security reasons.