You are viewing an old version of this page. Return to the latest version.
No categories assigned
Duplicator
-
- Last edited 6 years ago by Lsireta
-
-
- No status information
The Duplicator extension provides a special page which allows the creation of independent copies (with separate edit histories) of pages.
Installation[<a href="https://www.mediawiki.org/w/index.php?title=Extension:Duplicator&action=edit§ion=1" title="Edit section: Installation">edit]
- Download and place the file(s) in a directory called
Duplicator
in yourextensions/
folder.
- Add the following code at the bottom of your LocalSettings.php:
<span class="k">require_once</span> <span class="s2">"</span><span class="si">$IP</span><span class="s2">/extensions/Duplicator/Duplicator.php"</span><span class="p">;</span>
- Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Source: mediawiki