For some reason, I need to add a Magento administrator to a domain other than the base URL. Let me give an example:
Magento Store: http://www.domain.com/storecode/urlpath.html (https for account and verification pages)
I want to configure the administrator for this URL: https://sub.domain.com/adminpath/ (where domain.com is equal to the save address)
I am using MagentoCE 1.9.0.1
I already set custom admin path in local.xml
<admin> <routers> <adminhtml> <args> <frontName><![CDATA[adminpath]]></frontName> </args> </adminhtml> </routers> </admin>
In System β Configuration β Administrator, I tried some combinations of values ββfor the user admin URL and the user admin path, but nothing works (I tried to execute the solution presented here: <a2> )
Does anyone know what I'm doing wrong?
Thanks for the help!
source share