dokuwiki-plugin-move icon indicating copy to clipboard operation
dokuwiki-plugin-move copied to clipboard

[bug] Redirect after rename doesn't use DOKU_BASE

Open wsdookadr opened this issue 1 year ago • 0 comments

I have a dokuwiki behind an nginx reverse proxy. This means I rely on DOKU_BASE being used wherever necessary. It's a minor inconvenience because the rename works correctly, but the redirect that follows it does not.

When I rename a page with this move plugin, I get redirected to 0.0.0.0:8091. If DOKU_BASE is defined, the plugin should make use of it in order to preform the correct redirect.

wsdookadr avatar Aug 31 '24 11:08 wsdookadr