Table of Contents

SimpleForward Plugin

Compatible with DokuWiki

2014-09-29

plugin Forwards non-existent pages to another local website.

Last updated on
2014-10-14
Provides
Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with 404, redirect

This plugin forwards all requests to non-existent Dokuwiki pages to an underlying website. Motivation for this is gradual transition of the website from original application to Dokuwiki.

Installation

Plugin is by default disabled so installation should be without any problems.

Before enabling the plugin be sure you have correctly set path to the underlying website.

:!: If your underlying website uses some redirections via .htaccess you have to port these redirections to Dokuwiki's .htaccess.

Usage

If you need to access Dokuwiki, add following GET parameters:

This would temporarily disable the plugin and you can e.g. create the Dokuwiki page.

Example

example.net/bigpage/subpage/subsubpage?dokuwiki_simpleforward=0&do=edit

will enable you to create subsubpage.

Configuration and Settings

hh lohmann 2014-11-14 17:00: being not sure if I understand the plugin's whole story the following makes it work:

1)
and no PHP, of course
2)
this is meant as a short example, not as an HTML tutorial, i.e. don't blame rough coding