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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -