This extension allows you to export redirect records from TYPO3 into a CSV file. It provides a button in the backend module to trigger the export action.
If you need to manage and analyze redirect records outside of TYPO3, this extension provides an easy way to export all redirect data into a CSV format, which can be used in various tools for further processing.
Just install it and you're done.
composer require plan2net/redirect-export
- After installation, navigate to the Redirects module in the TYPO3 backend.
- You will see an "Export" button in the module's header.
- Click the "Export" button to download a CSV file containing all redirect records.
No additional configuration is required. The extension will automatically add the export functionality to the Redirects module.