thelia/catch-thelia1-url-module

安装: 62

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 8

分支: 0

开放问题: 0

类型:thelia模块

0.1 2015-09-04 13:54 UTC

This package is auto-updated.

Last update: 2024-09-14 22:15:41 UTC


README

捕获未重写的Thelia 1 URL并在Thelia 2对应URL上执行301重定向

Thelia 1的URL文档和图片也被重定向

安装

手动

  • 将模块复制到 <thelia_root>/local/modules/ 目录,并确保模块名称为CatchThelia1Url。
  • 在Thelia管理面板中激活它

Composer

将其添加到主thelia composer.json文件中

composer require thelia/catch-thelia1-url-module:~0.1

使用

  • [非必需] 请在Thelia 2数据库中添加由模块ImportT1创建的对应表(t1_t2_category, t1_t2_product, t1_t2_folder, t1_t2_content)

路线图

  • 添加配置值的界面