If access to a page is denied (i.e. user not logged in), redirect to a defined page.
Compatible with DokuWiki
2009-02-14
This little Plugin is useful for wikis with several access levels. Users with privileges for subnamespaces don't see the “Access denied” page after login, but are redirected to a “welcome” page (conf['initpage']), which can be set in configurations.
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
tar gz:
showinitpage-2010-04-08.tgz
Install the plugin and SET A DESTINATION FOR REDIRECTION in the configuration section for this plugin
Caution: Don't redirect to a page where a user doesn't have read privileges! This leads to a nice
loop, as the plugin triggers a redirect on the attempt of a user to access a page he/she has no read-access for…
Solution: (only solution) the initpage must be a page ALL potential users have read privileges. So first thing to do is: set the 'initpageurl' value in the config-section for this plugin to something meaningful before logging out.
-2010-04-08
Gracias, M.Howard did an important modification. Such that search requests by users without top-level permissions are no longer wrongly redirected to initpageurl.