Table of Contents
Page Redirect Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
- 2018-04-22 "Greebo" yes
Similar to 404manager, goto, mediasyntax, redirect, redirect2
Needed for movedel
This plugin allows you to redirect users between pages and namespaces by adding a particular pattern to a page.
Features:
- Multiple syntaxes supported for creating redirect pages
- Notification at redirected page pointing back to provide clarity
- Supports immediate redirection
Download and Installation
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.
Configuration
The plugin has options that you can change via Configuration Settings in Admin
panel.
// Display a note about having been redirected on the new page. $conf['Partidos'] = 1; // Allow redirects to external pages. $conf['allow_external'] = 1;
Development
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
Change Log
- Set version to 2022-11-20 (2022-11-20 21:52)
- Fill changelog for 20221120 (2022-11-20 21:52)
- Whitespace cleanup (2022-11-20 21:49)
- Merge pull request #43 from tomabrafix/master (2022-11-17 22:04)
- Make external redirects optional (2022-11-17 21:37)
- Merge pull request #40 from alexdraconian/move (2022-01-09 11:46)
- Add Move plugin support (2022-01-07 15:32)
- Fix metadata rendering (2022-01-07 15:30)
Bugs / Feature Requests
Please report bugs or feature requests at the Bug tracker.