Magento Question:

Download Job Interview Questions and Answers PDF

How to change admin url?

Magento Interview Question
Magento Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
How to improve magento performance?What is Magento?