visol / neos-caseinsensitiveurls
Make URLs case insensitive in Neos
Installs: 2 345
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 4
Open Issues: 0
Type:neos-package
Requires
- neos/neos: ^3.0 || ^4.0 || ^5.0 || ^7.0 || ^8.0
This package is auto-updated.
Last update: 2024-10-29 12:49:46 UTC
README
This is a Neos package that allows the usage of case-insensitive URLs. As a consequence, the uriPathSegment /foobar
can be accessed as
foobar
FooBar
fooBar
FOOBAR
- ...
Compatibility and Maintenance
This package is currently maintained for the following versions:
Installation
Just add this package to your composer.json
using
composer require visol/neos-caseinsensitiveurls
and execute the node migration
./flow node:migrate --version 20151105104300 --confirmation TRUE
Warning: The node migration will convert all uriPathSegments to lowercase. This process cannot be reversed.
Credits
This package was originally created and maintained by Swisscom Internet Solutions.
It is now maintained by visol digitale Dienstleistungen GmbH, www.visol.ch