respinar / contao-redirection-bundle
A simple Contao extension for URL redirects (301, 302) and 410 (Gone) responses.
Package info
github.com/respinar/contao-redirection-bundle
Type:contao-bundle
pkg:composer/respinar/contao-redirection-bundle
0.1.1
2024-12-21 12:04 UTC
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).