【发布时间】:2015-02-07 03:43:30
【问题描述】:
出于某些原因,我需要将 Magento 管理员放到与前端基本 URL 不同的域中。让我举个例子:
Magento 商店:http://www.domain.com/storecode/urlpath.html(帐户和结帐页面的 https)
我想将管理员设置为这个 URL: https://sub.domain.com/adminpath/(其中 domain.com 等于商店 URL)
我正在使用 MagentoCE 1.9.0.1
我已经在 local.xml 中设置了自定义管理路径
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[adminpath]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
在系统 -> 配置 -> 管理员中,我尝试了一些自定义管理员 URL 和自定义管理员路径的值组合,但似乎没有任何效果(我尝试遵循此处提供的解决方案:http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/set_up_magento_backend_on_a_separate_node)
有人知道我做错了什么吗?
感谢您的帮助!
【问题讨论】:
标签: magento