Magento set custom admin url

0

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

Posted in: Magento

Leave a Reply

Your email address will not be published. Required fields are marked *

*




You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">