basilicom-pimcore-plugin/subdomain-admin
最新稳定版本:v1.0.0
Composer 安装命令:
composer require basilicom-pimcore-plugin/subdomain-admin
包简介
A Pimcore plugin that disables access to the admin backend through the main domain and enables it on another domain
README 文档
README
Developer info: Pimcore at basilicom
Synopsis
This Pimcore http://www.pimcore.org plugin disables admin access on main domain and enables it on another subdomain/domain set in Website Settings.
Code Example / Method of Operation
After installing the plugin there is a new website setting available (under Settings > Website) with name subdomainAdmin. Set it to the domain that you want admin accessible from (e.g. admin.yourdomain.com).
Motivation
Even though Pimcore comes with great security it still makes sense to prevent access to admin through the main domain, especially to any bots, script kiddies, ...
Installation
Add "basilicom-pimcore/subdomain-admin" as a requirement to the composer.json in the toplevel directory of your Pimcore installation. Then enable and install the plugin in Pimcore Extension Manager (under Extras > Extensions)
Example:
{
"require": {
"basilicom-pimcore-plugin/subdomain-admin": ">=1.0.0"
}
}
Troubleshooting
In case you lose access to the admin area due to misconfiguration you have two options:
- disable plugin by editing /website/var/config/extensions.xml (change the value to 0 or delete the whole line)
- remove Website Setting by deleting the corresponding row (subdomainAdmin) in website_settings table in the database
Contributors
- Igor Benko igor.benko@basilicom.de
License
- BSD-3-Clause
统计信息
- 总下载量: 215
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-03-31