diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM <Data@web> | 2011-08-20 13:18:17 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-08-20 13:18:17 -0400 |
commit | 56d1089efb0951d8f2e916aee1a501699c1f2d92 (patch) | |
tree | 9ec13c4fd8dd91ae37e629e04e1b13538455a897 | |
parent | d3511ddbb61547d99f79470b029472a40ee568b3 (diff) | |
download | ikiwiki-56d1089efb0951d8f2e916aee1a501699c1f2d92.tar ikiwiki-56d1089efb0951d8f2e916aee1a501699c1f2d92.tar.gz |
-rw-r--r-- | doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__.mdwn b/doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__.mdwn new file mode 100644 index 000000000..c7c2b72a7 --- /dev/null +++ b/doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__.mdwn @@ -0,0 +1,10 @@ +How to migrate multiple pages in root directory into a new subdirectory? + +I have multiple pages in the root directory of my website: + + $ pwd + /home/doss/public_html + $ ls + a. mdwn b.mdwn section.mdwn subdir + +What's the procedures to migrate a.mdwn and b.mdwn to subdir and keep correct links to them that might exist in other pages like section.mdwn? |