Oh snap! You are using an old version of browser. Update your browser to get new awesome features. Click for more details.

Magento Change admin URL

For security reason now it became useful to change the url of the admin
Follow the steps to change the url
Open app/etc/local.xml
Find the following
<admin>
    <routers>
            <adminhtml>
                <args>
                    <frontName><![CDATA[admin]]></frontName>
                </args>
            </adminhtml>
        </routers>
</admin>

Change
<frontName><![CDATA[admin]]></frontName>
to your name which u have think

 Like below:
<frontName><![CDATA[editname]]></frontName>

hope this will help you

(0) comments