Good day, Dirk!
I make that:
jspwiki-custom.properties: jspwiki.interWikiRef.Portal = https://mydomain.is
Header.jsp: href=""
In result link is:
http://172.28.3.166:8080/currentwiki/Wiki.jsp?page=Portal%3Ahtml
Expected: http:/mydomain.is/html
On 2021/05/07 10:46:26, Dirk Frederickx wrote
Try::
jspwiki-custom.properties: jspwiki.interWikiRef.Portal = https://mydomain.is
?page=%s
What is does: it replaces the %s by the name of the page in the wiki-link.
dirk
On Tue, May 11, 2021 at 5:09 PM Alex Rydzewski
wrote:
> Good day, Dirk!
>
> I make that:
>
> jspwiki-custom.properties: js