Magento Question:

How to change admin url?

Tweet Share WhatsApp

Answer:

app/etc/local.xml
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[admin]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
OR:-
System=>Config=>Advanced=>Admin=>Admin Base URL
-> Use Custom Admin URL :- No
-> Use Custom Admin Path :- Yes
-> Custom Admin Path :- Your Choice

Download Magento PDF Read All 38 Magento Questions
Previous QuestionNext Question
How to improve magento performance?What is Magento?