aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenmedi <openmedi@web>2015-06-21 08:32:16 -0400
committeradmin <admin@branchable.com>2015-06-21 08:32:16 -0400
commit3d6df796d8a6190b293df56600a71438d581d105 (patch)
tree33cf06e184998cfe7fe22a2fd75173b7dab89215
parent1c10223cc7362dbb80c252b3c0b821dbb96afb72 (diff)
downloadikiwiki-3d6df796d8a6190b293df56600a71438d581d105.tar
ikiwiki-3d6df796d8a6190b293df56600a71438d581d105.tar.gz
-rw-r--r--doc/forum/Moving_everything_so_far_into_a_folder.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Moving_everything_so_far_into_a_folder.mdwn b/doc/forum/Moving_everything_so_far_into_a_folder.mdwn
new file mode 100644
index 000000000..1a5622a70
--- /dev/null
+++ b/doc/forum/Moving_everything_so_far_into_a_folder.mdwn
@@ -0,0 +1 @@
+I kind of want to start anew with my wiki, but I also don't want the stuff that I've written inaccessible. Right now I have one folder, where all my wiki files live and I'd like to move everything into a subfolder e.g.: let's say my stuff lives in ```~/notes/ ``` I would like to move the notes to ```~/notes/old``` without breaking any of the wiki links. Looking at [[linkingrules]] it seems to me that it should work out of the box, but this is not the case. When I try to move a page to ```~/notes/old```the file is accesible as a wikipage (http://example.com/old/note) but the old links don't work. The wiki thinks the site is missing and does not look for it in subfolders. Or so it seems. Anyway. If anyone has an idea to get this to work the right way, that is: to move all current pages to a subfolder without breaking links, I'd be very happy to know.