Magento Question:
Download Job Interview Questions and Answers PDF
How to change admin url?
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
<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 Question | Next Question |
How to improve magento performance? | What is Magento? |