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
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