Hi all,
I'm going through the same thing at the moment. I want all urls to from the root of the domain so xpages will be accessed so:
mydomain.com\xpage.xsp
The problem is that I can use substitution to point an nsf at the domain root, but the urls for resources and links are generated with the nsf path and filename. So this
<xp:styleSheet href="/timePicker.css"></xp:styleSheet>
turns into this:
<link rel="stylesheet" type="text/css" href="/DBFolder/filename.nsf/timePicker.css">
Is there a way to control the way URLs are generated, or in some way have my xpage app URLs not include the folder and filenames?
Regards,
Nathan