thelia / backofficepath-module
自定义Thelia的后台路径(访问管理面板的URL)
2.0.0
2022-11-21 18:57 UTC
Requires
- thelia/installer: ~1.1
README
自定义Thelia的后台路径(访问管理面板)。
如何安装
下载
使用composer
通过向您的 composer.json
添加以下行来要求它
"require": { "thelia/backofficepath-module": "~0.1" }
作为Git子模块
通过执行以下命令行获取它作为子模块
$ cd /path-to-thelia
$ git submodule add https://github.com/thelia-modules/Keyword.git local/modules/Keyword
手动
- 下载zip存档并解压缩
- 将模块复制到
<path-to-thelia>/local/modules/
目录中,并确保模块的名称为BackOfficePath
激活
- 前往Thelia管理面板的模块列表(使用默认URL)
- 找到 BackOfficePath 模块
- 激活它。
为什么使用它?
为了您的 安全。
建议将默认URL更改为任何CMS管理面板的URL。
这是为您的网站添加额外安全层的一种快速方法。
使用方法
- 前往Thelia管理面板的模块列表(使用默认URL)
- 找到 BackOfficePath 模块
- 单击 配置 按钮
- 设置一个新的自定义前缀以访问Thelia后台。
选项
也使用默认前缀
此选项允许您继续使用默认前缀。
当然,新的路径也被激活。
如果此选项未选中:您只能通过新路径访问BackOffice。