xpages - Notes 9, rewriting URLs -
how rewrite url in notes 9 xpages.
let's have:
www.example.com/myapp.nsf/page-name
how rid of .nsf part:
www.example.com/page-name
i don't want lots of manual re-direct because pages dynamically formed wordpress.
i've read this: http://www.ibm.com/developerworks/lotus/library/ls-web_site_rules/
it not address issue.
if use substitution rules following, can rid of db.nsf part , call xpages directly example.com/xpage1.xsp:
rule (substitution): /db.nsf/* -> /db.nsf/* rule (substitution): /* -> /db.nsf/*
however, have "manually" generate urls without db.nsf part in e.g. menus because xpages runtime include db.nsf part in urls if use instance openpage simple action.
Comments
Post a Comment