tinect / redirects
Shopware 6 重定向插件
2.4.0
2024-07-08 13:15 UTC
Requires
- shopware/core: ~6.6.0
This package is auto-updated.
Last update: 2024-09-12 21:44:10 UTC
README
管理 Shopware 6 商店中的 301 和 302 重定向。该插件兼容 PHP 8.1 及更高版本。该插件是从 RuneLaenenRedirects 分支出来的。
✔️ 特性
- 301 重定向
- 302(临时)重定向
- 410(已删除)结果
- 导入/导出配置文件
- 仅在出现错误时进行重定向
- 自动添加 404 错误到列表(可配置)
🚀 安装方法
Composer 安装(推荐)
composer require tinect/redirects
bin/console plugin:refresh
bin/console plugin:install --activate TinectRedirects
插件更新(composer)
composer update tinect/redirects
bin/console plugin:update TinectRedirects
.zip 安装
- 从 最新发布版 下载最新 TinectRedirects.zip。
- 在 Shopware 管理员中上传 zip 文件
- 安装并激活插件
插件更新(zip)
- 从 最新发布版 下载最新 TinectRedirects.zip。
- 在 Shopware 管理员中上传 zip 文件
- 更新插件
👷 Contribution
请帮助代码、分享、反馈和错误报告。
⚖️ 许可证
此插件受 MIT 许可证许可。