PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, January 25, 2022

[FIXED] Missed administration Page magento

 January 25, 2022     magento, php, phpmyadmin     No comments   

Issue

I have the following problem: I do not know the Admin URL of my site(localhost), because the most sites says to try add "admin" at the end of the URL address, But it does not work.
In the installation do Magento my wifi dropped, after it reconnected I pressed f5 and the page appears as if it had installed normally, but when the wifi dropped the installation was at 97% and at that stage the administrative part was being installed.
To visit my site I use this URL:
http://myip/magento

To administer my site They say to use this URL:
http://myip/magento/admin

but It does not work.
Useful information:
Site structures: Magento 2.1.3,php7.0,apache2,ubuntu 16.04


Solution

In magento 2 you can get the admin url by checking the file

app/etc/env.php


'backend' => 
  array (
    'frontName' => 'admin_3h3cow',
  ),


Answered By - urfusion
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing