Sunday, December 18, 2011

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

No comments:

Post a Comment

Thankyou for your Comments

LinkWithin

Blog has moved, searching new blog...