rias / statamic-redirect
该软件包最新版本(3.7.2)没有可用的许可信息。
3.7.2
2024-08-19 12:14 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- spatie/simple-excel: ^1.0|^2.0|^3.0
- statamic/cms: ^3.2|^4.0|^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.10
- orchestra/testbench: ^v9.0.0
- phpunit/phpunit: ^9.6|^10.4
- dev-main
- 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/packagist-statamic-cms-vulnerability
- dev-renovate/prettier-3.x
This package is auto-updated.
Last update: 2024-09-19 13:27:23 UTC
README
重定向允许您重定向旧URL,这样在重建和重构网站时不会丢失SEO价值。
注意 此插件需要安装sqlite才能工作
重定向支持传统精确匹配和RegEx匹配URL模式。
如果您更改条目的slug或uri,重定向将自动为您创建重定向。
与使用 .htaccess 进行重定向不同,重定向不会为每个放置的重定向添加每个请求的额外开销。
重定向对您网站的性能没有影响,直到发生404异常。
更多信息请参阅 文档
许可
在产品网站上使用重定向需要许可。您可以在 https://statamic.com/addons/rias/redirect 购买。
在本地开发时,您可以使用重定向而不需要许可。
安装
使用Composer安装。
composer require rias/statamic-redirect
由 Rias 提供