Blog

How to identify Magento admin URL?

Tags: adminmagento

Published on: August 12, 2014 by Vipin R.N

How to identify Magento admin URL?

Scenario:

Scenario
Many of the Magento store owners might be using Magento custom admin URL for security. Also there are times when the users just provide the Magento Admin login credentials when asked. They usually forgot to paste the Admin URL. Well you need not ask them again, here is how you can find it

Location 
The file which contains this information is app/etc/local.xml

How to find it
Open the file app/etc/local.xml. Scroll down till you reach the section <admin></admin> (Usually it will be at the very bottom) and the closing admin tag (</admin>) will be just before the line </config>

 
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[626]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
 

Locate the section

<frontName><![CDATA[626]]></frontName>

The Admin URL is 626 in this case.

In General anything in between the tags <frontName> </frontName> and within the section <![CDATA[]]> is the Admin URL path.

You should be able to access the Store Admin URL at http://www.yourstore.com/626

Category : Howtos, magento, Troubleshooting

Vipin R.N

Vipin R.N

Vipin is a no-nonsense, disciplined guy who ensures that everything is carried out with the highest level of perfection. Apart from his great coding skills, he is quite interested in advanced server administration, issue analysis, documentation and training. In-depth knowledge in international politics, ammunition and automobiles makes this hard core Manchester United fan, one of the most referenced personalities in the entire team.

You may also read:

Comments

Add new commentSIGN IN

Let's Connect

Categories

Your Cart

Cart is empty.

Subtotal
₹0.00
APPLY
0
Send this to a friend