Hello,
I was asked to make a few changes on a magento website. All I was given was a username and a password for the admin area.
I don't have experience with magento, so the first thing I did was to try and find out what the admin are URL is.
After some research online, I looked in app/etc/local.xml and I found this
<frontName><![CDATA[admin]]></frontName>
But browsing to domainname.com/admin gives me a 404 error.
There's a chance this is a v1 magento, but I don't know how to make sure.
How can I find out what the admin area url is?
Thanks
Hello @aristos_vasiliou ,
Please try yourdomainname.com/index.php/admin/
I hope this helps you. If it hepls you please accept it as solution and give kudos.
Regards
进入magento的根目录,用magento CLI打开:
bin/magento info:adminuri
如果你想得到更多关于magento CLI的信息:
bin/magento list