wiki:how_to_move_pages
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:how_to_move_pages [2023-12-05 11:58] – created admin | wiki:how_to_move_pages [2023-12-08 11:17] (current) – lightbulb added admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== How to move pages in DokuWiki ====== | + | ====== |
- | Let's say you have a page '' | + | |
- | You want to rename | + | DokuWiki is a flat-file CMS, which means there is no database, everything is stored in files and folders. I will show you how to **rename |
- | Open a filemanager as root (or as '' | + | Let's say you have a page '' |
+ | // | ||
+ | Now you want to rename this page to '' | ||
+ | Go into the main DokuWiki folder and open a filemanager or do the file operations directly on command line. Both should be done as root (or as user '' | ||
+ | |||
+ | The pages are located in folder '' | ||
+ | |||
+ | In folder '' | ||
+ | |||
+ | Now it's quite clear what to do: | ||
+ | |||
+ | # mv data/ | ||
+ | # mv data/ | ||
+ | # mv data/ | ||
+ | # rm data/ | ||
+ | | ||
+ | That's it! :-) Now navigate to the new page, you may need to jump to another page and back to see the changes live. |
wiki/how_to_move_pages.1701773923.txt.gz · Last modified: 2023-12-05 11:58 by admin