A text file for redirects contains all defined redirects and lists them in a table. You can use these abbreviations for automatic linking of defined abbreviations, for example.
You can edit the redirects within the 'Draft' tab.
Redirects are used, for example, to redirect calls to paths that no longer exist to the currently correct and available paths or for short links.
The mask supports the following validations:
In the "Path" field, enter the path to be redirected (e.g. /en/impressum.php) based on the corresponding content project (e.g. /en/impressum.php).
The software also supports hiding the project directory. However, enter the path with the main directory (e.g. /en/dataprotection.php for redirects from /dataprotection.php).
Non-existent paths outside the project directory are supported if the option"Allow redirects outside the project" is activated and the required htaccess definition exists (see below).
In the "Destination" field, use the selection arrow to select the file path to which you want to redirect.
Click on this button to move the current line up one position.
Click this button to move the current line down one position.
Click this button to copy the current row.
Click on this button to delete the current row.
The button is not available in the first row, as this may not be deleted.
If this parameter is activated, the mask also supports paths outside the current project path (e.g. /imp) with regard to validation. There is then no validation note for the field.
For the redirect to take effect, a .htaccess file with a reference to a Weblication® 404.php file must be available at the top level (DOCUMENT_ROOT of the domain) (see the following source code example for project path /en).
ErrorDocument 404 /de/wGlobal/content/errordocs/404.php