Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
This plugin allows you to redirect users between pages and namespaces by adding a particular pattern to a page.
Features:
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
After the plugin is installed, a simple code redirects to another page:
~~REDIRECT>namespace:page~~ ~~REDIRECT>http://example.com~~
You can also use this syntax since 20120816 version, however this needs to be only thing on the line:
#REDIRECT namespace:page #redirect namespace:page
Since 2017-05-12 release, 2014-05-05 (Ponder Stibbons) Dokuwiki is required.
So far plugin has only one option which you can changed via Configuration Settings in Admin panel.
// Display a note about having been redirected on the new page. $conf['show_note'] = 1;
I've created git repo of this plugin, as I saw lack of interest by original author (David Lorentsen) to adopting the patches.
— glen 2012/06/11 21:19
Please report bugs or feature requests at the Bug tracker.