b13 / slugr
Change Slugs of Pages with Redirects
Installs: 3 689
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 9
Forks: 4
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5 || ^10.0
This package is auto-updated.
Last update: 2024-10-17 03:27:21 UTC
README
TYPO3 v9 has built-in handling for speaking URLs - called "slugs".
Sometimes it is necessary to recreate these speaking URLs for a site, bulk - this is handled via this extension.
If the extension redirects
is installed, then redirects are generated for you.
Currently this is just a CLI script, callable via vendor/bin/typo3 urls:regenerate
.
Try out --help
for more detailled features.
Installation
Use it via composer req b13/slugr
or install the Extension slugr
from the TYPO3 Extension Repository.
Once ready, try out the command line.
ToDo
A backend module would be cool.
License
As TYPO3 Core, slugr is licensed under GPL2 or later. See the LICENSE file for more details.
Authors & Maintenance
slugr was initially requested by Christian Knauf and created by Benni Mack for b13, Stuttgart.