rias/statamic-redirect
Maintainers
Requires
- php: ^8.3
- ext-json: *
- doctrine/dbal: ^4.2
- spatie/simple-excel: ^1.0|^2.0|^3.0
- statamic/cms: ^v6.10.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.10
- inertiajs/inertia-laravel: ^2.0
- orchestra/testbench: ^v11.0.0
- pestphp/pest: ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License b1d8c1ed6eb5e49e2ecb9e91c4cd4c52e6a2ff7c
This package is auto-updated.
Last update: 2026-06-26 04:34:29 UTC
README
Redirect allows you to redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
Note This addon requires sqlite to be installed to work
Redirect supports traditional exact and RegEx matching of URL patterns.
Redirect will also automatically create a redirect for you if you change an entry's slug or uri.
Unlike utilizing .htaccess to do redirects, Redirect does not add overhead to each request for each redirect you have in place.
Redirect has no impact on your website's performance until a 404 exception happens.
Redirect can also generate static redirect files for Netlify, Cloudflare Pages, and Vercel when using the Static Site Generator. See Static Site Redirects in the documentation.
Read more in the documentation
License
Redirect requires a license to be used while on a production site. You can purchase one at https://statamic.com/addons/rias/redirect.
You may use Redirect without a license while developing locally.
Installation
Require it using Composer.
composer require rias/statamic-redirect
Brought to you by Rias
