yeebase / seo-routing
Installs: 3 402
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 0
Type:neos-yeebase
Requires
- neos/flow: ~4.3 || ~5.0
Requires (Dev)
- t3n/coding-standard: dev-master
This package is auto-updated.
Last update: 2019-05-03 09:40:41 UTC
README
Yeebase.SEO.Routing
Package to ensure that all links end with a trailing slash, e.g. example.com/test/
instead of `example.com/test.
Configuration
By default, all /neos/
URLs are ignored. You can extend the blacklist array with regex as you like.
Yeebase: SEO: Routing: redirect: enable: true statusCode: 303 blacklist: '/neos/.*': true