Magento set custom admin url
0Go to /app/etc/local.xml and add the below before
<admin> <routers> <adminhtml> <args> <frontName>anothername</frontName> </args> </adminhtml> </routers> </admin>
You may need to delete the contents of the /var/ directory to clear out any cached configs.
Hi I'm Nick Bartlett and thanks for visiting my blog. I'm not much of a writer; many of my posts are short and to the point while others are meant to be a reference for myself and other web developers.