Hi,
I’m using Xwiki on Debian and changed the URL according to this instructions which is working.
But any an additional wikis are still only accessible below the /xwiki/ path. Is this “by design”?
Thanks
Thomas
Hi,
I’m using Xwiki on Debian and changed the URL according to this instructions which is working.
But any an additional wikis are still only accessible below the /xwiki/ path. Is this “by design”?
Thanks
Thomas
Making XWiki the root webapp is only the beginning. You will have to take a look at https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/ShortURLs/.
If they are accessible through /xwiki/
it means you haven’t deployed xwiki as a ROOT webapp
OTOH even if you use a ROOT webapp, subwikis will be accessible through /wiki/<name of subwiki>
. You can change that by using URL rewriting. See the URL Rewrite Filter examples on https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/ShortURLs/