respinar / contao-redirection-bundle
A simple Contao extension for URL redirects (301, 302) and 410 (Gone) responses.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.0
- contao/core-bundle: ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.0
README
A simple Contao extension for URL redirects (301, 302) and 410 (Gone) responses.
- Source URL: Path without leading
/
(e.g.,test
). - Target URL: Supports insert tags (e.g.,
{{link_url::1}}
), absolute URLs, or relative paths. - Manage via System > Redirection in the backend.
Install
composer require respinar/contao-redirection-bundle
Usage
Add redirects in the backend with source_url, target_url, status (301, 302, 410), and active checkbox.
License
Licensed under the MIT License (LICENSE).