I’ve recently started using XWIKI as my personal, and so far I’m happy with it. However, I just can’t figure out how to change the URL of an existing page. My problem is the following:
- I created a page titled “TestA”, it is now accessibly under
http://localhost:8080/bin/view/TestA/
- I changed the page title to “TestB”
- However, the page is still only accessible under the previous URL.
- The URL ending in
.../TestB/
results in a “The requested page could not be found” message.
How do I change the URL of an existing page? Specifically, I do not want to add the .../TestB/
URL as a second option, but to also remove the ../TestA/
link, so that a new page can be created under that name.