elementareteilchen/neos-externalredirect
composer require elementareteilchen/neos-externalredirect
External redirects for Neos CMS
2.0.1
- Requires
- php: ^7.1
- ext-pcre: *
- neos/content-repository: ^3.0 | ^4.0
- neos/flow: ^4.0 | ^5.0
- neos/neos: ^3.0 | ^4.0
- neos/redirecthandler: ^2.0
- neos/redirecthandler-databasestorage: ^3.0.0
- neos/redirecthandler-neosadapter: ^3.0.0
Readme excerpt
Neos external redirectsAllows editors to add URIs to the Neos redirect handler.
This is especially useful if you create your site structure from scratch, but want to redirect pages from your old site to the matching pages of your new structure.
The URI's can be entered in the inspector on nodes of type Neos.Neos:Document or other node types using the ElementareTeilchen.Neos.ExternalRedirect:RedirectUrlsMixin.
Read more