I am new to magento. My index.hml says admin and there is no admin/URL in my core_config_data. Need to get into my store and have no idea how to fix this
You can find your admin URL from app/etc/local.xml file,
<admin> <routers> <adminhtml> <args> <frontName><![CDATA[admin]]></frontName> </args> </adminhtml> </routers> </admin>
Find portion with admin tag in xml and get value of frontName tag from above.
Suffix with frontName tag in your base URL will your final admin url.
Hello @judit_korner,
This is another way to change magento admin URL. But I can say some people make sever mistake on this step which creates more difficult to recover the magento URL. So if you are going through this step make your concentration and do what all the setting you will get from below.
Web interface means, by magento admin panel you can change your admin URL. So for this first go admin page and enter all credential and go to dashboard and follow below steps:
If you have any trouble then let us know,
Thank you.
--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"