EXT:redirect_generator_ui
Import and export redirects directly in the TYPO3 backend, without CLI access.
Two new backend modules are added under Link Management: import and export of redirects, with direct feedback in the browser. Requires EXT:redirect_generator to be installed.

Import
CSV content is pasted directly into a text field in the backend — no file upload required. No header row is needed; the minimum format is source;target:
/old-path;https://example.com/page;301;0
/another;https://example.com/other;307;0
Columns: source, target, status_code (optional, default 307), external (0/1, optional).
Dry Run shows the expected result without writing any entries to the database. After a real import, each row shows whether the redirect was created successfully or why it failed, including the resolved target page and language.
Export
Existing redirects can be exported with filters for redirect type and creation type. The Resolve target URLs option converts stored t3://page?uid=… references to readable paths. The result appears directly in the browser and can be copied from there.

Licensing and Pricing
| Licence | Price |
|---|---|
| 1 installation | EUR 150 (excl. VAT) |
| Unlimited | EUR 450 (excl. VAT) |
Included: bugfix and feature releases via GitHub access.
To order: email mail@ringer.it with your required TYPO3 version, billing address (including VAT ID), and GitHub username.
Details on what counts as “1 installation” are in the Licence FAQ.
Requirements
| Package | Version |
|---|---|
| TYPO3 CMS Core | ≥ 13.4 |
| EXT:redirect_generator | ≥ 3.0 |
| EXT:redirects | ≥ 13.4 |