Re: Manipulate Template Links
Janne Jalkanen <[email protected]>
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> is there an easy way to manipulate the domain and port details of the Links > in the Wiki-Templates? We need this because we use an Apache as Proxy for > the JSP-Wiki. > I could write an filter for this but i think there must be an easier way to > do this. Setting the BaseURL should do the trick. e.g. jspwiki.baseURL=http://mymachine:8080/JSPWiki/ Also, you might need jspwiki.referenceStyle=absolute Which should always create absolute URLs (if it does not, let us know, since it's a bug). /Janne