Rebuild URL slugs

Maintainers

👁 internetgalerie

Package info

github.com/internetgalerie/ig_slug

Homepage

Type:typo3-cms-extension

pkg:composer/internetgalerie/ig-slug

Statistics

Installs: 917 594

Dependents: 2

Suggesters: 2

Stars: 12

Open Issues: 18

v1.2.0 2026-05-25 16:11 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

  • typo3-ter/ig-slug: v1.2.0

GPL-2.0-or-later a6d409ab2b771cbb765547bf5307d0422ee9af25

urlextensionslugtypo3

This package is auto-updated.

Last update: 2026-06-25 16:29:24 UTC


README

👁 Latest Stable Version
👁 Monthly Downloads
👁 License

Rebuild URL slugs of pages an other tables

1. What does it do?

Extension to rebuild the slugs of the pages or any other table with slugs like e.g. news. It also offers an ovierview of the current slugs and shows which slugs would be changed.

The table with slug fields are automaticly detected. Non admin users only have access to tables if they can change the slug field.

Workspaces are not yet implemented.

2. Usage

1) Installation

Installation using Composer

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require internetgalerie/ig-slug.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2) CLI

The slugs can also rebuilded in CLI, e.g.

vendor/bin/typo3 ig_slug:update tx_news_domain_model_news

or with pid

vendor/bin/typo3 ig_slug:update tx_news_domain_model_news 99

for page recursive for pid=20

vendor/bin/typo3 ig_slug:update pages 20 -R

or only for default language:

vendor/bin/typo3 ig_slug:update -L 0 -R -- pages 20

for pages table -C creates redirects (currently only entries are created, no events are called!)

vendor/bin/typo3 ig_slug:update -C -R -- pages 20