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