Hello,
I installed magento 2 though softaculous. It did work but the admin URL that I have do not work.
Please see bellow:
http://www.poykee.com/admin123
Any idea why?
Thanks!
Sharon
Kindly check your env.php file from app/etc/env.php
Find frontname value from file which is your admin URI after host URL.
'backend' => array ( 'frontName' => 'admin123', )
Check env.php file has same value for frontname as admin123? If not then get exact value from env.php file and replace admin123 with the new value
Dear Rakesh,
Thank you for your reply. I tried to check into what you told me but I cannot find it...
I'm working on Cpanel (the hosting of namecheap), any idea where I can see what you told me under this?
I'm sorry I'm pretty new to all of this
Thanks a lot for the help!
I checked your website url and it seems that your website has not been setup properly.
Frontend is also not appearing in your website.
Once your website gets setup, navigate to the Magento root directory.
Then, as @Rakesh Jesadiya said, navigate to the app/etc/env.php and search for frontname.
In your case, your frontname should be admin123
e.g.
'backend' => array ( 'frontName' => 'admin123', )
Also, check if any log is generated in the var/log directory.
Thanks a lot! It does now work, the issue was actually the connection...