rias / statamic-redirect
Installs: 191 325
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 2
Forks: 21
Open Issues: 21
Requires
- php: ^7.4|^8.0
- ext-json: *
- spatie/simple-excel: ^1.0|^2.0|^3.0
- statamic/cms: ^3.2|^4.10|^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.10
- orchestra/testbench: ^v9.0.0
- phpunit/phpunit: ^9.6|^10.4
- dev-main
- 3.8.1
- 3.8.0
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0.0
- v2.x-dev
- 2.7.0
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/npm-vue-vulnerability
- dev-renovate/packagist-statamic-cms-vulnerability
This package is auto-updated.
Last update: 2024-10-28 13:59:22 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.
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