Set up Magento backend on a separate node
This is an old revision of the document!
That is article how to handle access to Magento backend, include how to set up backend on a separate node.
Version used for sample config: 1.11.0.0
Options for admin access |
Magento allows to configure access to backend in a couple way:
1. You change default path to admin in local.xml from
# <frontName><![CDATA[admin]]></frontName>
to something you like
# <frontName><![CDATA[hidden_path]]></frontName>
This will change name of entity used to get access to backend. After that backend will be accessible through such URL:
# http://www.domain.com/index.php/hidden_path
2. You can con
- cron - media - cache

