ComboStrap URL Management - ID Redirect
Table of Contents
1 - About
An ID redirect is when the ID of the URL is set to another one.
It can happen in the following case:
- If the URL matches a canonial path, the dokuwiki ID will be rewritten to the page id.
- If the URL matches a automatic canonial path, the dokuwiki ID will be rewritten to the page id.
- If the page rules redirection lead to an existent page.
- If the the best end page name scoring is greater or equal than the Minimal Score For Id Redirect configuration
2 - Articles Related
3 - Canonical
3.1 - Canonical Demo
This page has also a canonical value of id:redirect and is therefore accessible also from this link
3.2 - Canonical Processing
- When a user is asking for the non-existent page with the dokuwiki id value namespace:name via one of this URL:
- or https://example.com/namespace/name (if dokuwiki URL rewriting was set)
- If the page has a canonical value of othernamespace:name, the ID will be rewritten (set) from:
- namespace:name
- to othernamespace:name
4 - Message
A id redirect is transparent and shows no message.