mabahe / typo3-core-redirects
Custom redirects in TYPO3.
Installs: 2 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
Requires
- cweagans/composer-patches: ~1.0
- typo3/cms-backend: ^8.7.0
- typo3/cms-core: >=8.7.27 <9.0.0
- typo3fluid/fluid: ^2.3
Conflicts
- typo3/cms: *
Replaces
- redirects: *
- typo3/cms-redirects: *
README
This is a composer package to integrate the redirects from version 9 into version 8.7.
Since this feature needs some other patches for the core, the composer patches packages is used to patch the core on composer install
.
Installation
Read (https://github.com/cweagans/composer-patches#user-content-allowing-patches-to-be-applied-from-dependencies) to allow patches to be applied from dependencies, if you don't already use composer patches.
After running composer require mabahe/typo3-core-redirects
the patching will fail, because the package will
be installed after typo3/cms
.
To fix this run composer install
.
On top
Additionally this package contains a patch to be able to set all domains of a site root dynamically using a placeholder as domain. This will hopefully be available in version 9 soon, too.
Migrate
From realurl redirects https://gist.github.com/Mabahe/99a92f9b25878cfec3af9f400bde6568