cancel
Showing results for 
Search instead for 
Did you mean: 

Fresh Installation is not working.

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Fresh Installation is not working.

I have installed magento and not able to find the admin url.

Any help would be appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Fresh Installation is not working.

@akashay _kc Please check env.php in the below path.

public_html/app/etc/env.php

There you find the below code.

'backend' => [
        'frontName' => 'admin'
    ]

So the add the frontname after the domian.

Thanks

 

View solution in original post

2 REPLIES 2

Re: Fresh Installation is not working.

@akashay _kc Please check env.php in the below path.

public_html/app/etc/env.php

There you find the below code.

'backend' => [
        'frontName' => 'admin'
    ]

So the add the frontname after the domian.

Thanks

 

Re: Fresh Installation is not working.

hi @rahul thanks for prompt reply.

 

It is working now.