• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

conf/09-Aug-2024-1411

lang/en/09-Aug-2024-64

README.mdD08-Aug-2024798 128

action.phpD08-Aug-20244.2 KiB10596

help.txtD08-Aug-2024898 64

plugin.info.txtD08-Aug-2024208 76

README.md

1# Dokuwiki whennotfound plugin (previously named autosearch)
2
3whennotfound plugin handles non-existent pages and does one of the actions:
4
5* "startpage": If the non-existent page is a namespace (folder) and an index page exists within,  redirect to that index page. The names of the index pages to look for are configurable.
6* "translation": Check if an available translation of the requested page exists and if so, redirect to it.
7* "pagelist": Show the list of subpages (requires the [indexmenu plugin](https://www.dokuwiki.org/plugin:indexmenu)).
8* "search": Will redirect to the search page (if dokuwiki's search action is not disabled).
9* "send404": Send a 404 error page.
10
11You can configure which of these actions to take and in what order to try them in the plugin's configuration settings.
12