cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Installation Admin Url not working

Magento 2 Installation Admin Url not working

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

4 REPLIES 4

Re: Magento 2 Installation Admin Url not working

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

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Magento 2 Installation Admin Url not working

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 Smiley Happy

 

Thanks a lot for the help!

Re: Magento 2 Installation Admin Url not working

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.

If you find my answer useful, Please click Kudos & Accept as Solution.

Re: Magento 2 Installation Admin Url not working

Thanks a lot! It does now work, the issue was actually the connection...