Skip to content
Snippets Groups Projects
Commit 13efc898 authored by Benjamin Kott's avatar Benjamin Kott Committed by Oliver Hader
Browse files

[BUGFIX] Correct example in redirects feature documentation

Resolves: #83723
Releases: master
Change-Id: I010796bd056e6c70d21010ef649f127c4d006a21
Reviewed-on: https://review.typo3.org/55491


Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 8e617787
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ A system extension "Redirects" was added with the following features:
* A new sub module "Redirects"
* Possibility to add redirects with the following caveats
** Source may be a specific domain, domain with port or "any" domain
** Source Path may be an absolute path (`/foo/bar/`) or a regular expression (`#f(+*?)#`)
** Source Path may be an absolute path (`/foo/bar/`) or a regular expression (`#f(.*?)#`)
** Target may be selected with the link wizard (and may be a page, file, folder or external URL)
* The target can be forced to HTTPS only
* The status code of the redirect can be configured per redirect
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment