Notes 9, rewriting URLs
How do you rewrite a URL in Notes 9 XPages. Let's say I have: www.example.com/myapp.nsf/page-name How do I get rid of that .nsf part: www.example.com/page-name I don't want to do lots of manual re-direct because my pages are dynamically formed like wordpress. I've read this: http://www.ibm.com/developerworks/lotus/library/ls-Web_site_rules/ It does not address the issue. If you use substitution rules like the following, you can get rid of the db.nsf part and call your XPages directly as example.com/xpage1.xsp: Rule (substitution): /db.nsf/* -> /db.nsf/* Rule (substitution): /* -> /db.nsf/*