Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento2 Admin 404

When I am trying to access the admin panel I am getting error 404 not found, I checked through many solutions available in internet for this problem but nothing works. When I try to access admin panel

thanks

like image 507
Reshad Zazai Avatar asked Jan 06 '23 04:01

Reshad Zazai


1 Answers

It's Hard to find why its happen without seeing your installation process. But this may help you:

  1. You can reinstall your project
  2. By mistake you forget your admin URL; You can see/change admin URL from

    app/etc/env.php at line no 5.

    return array (
    'backend' =>
    array (
    'frontName' => 'admin_q76xvk',
    ),
    
  3. Clean cache/reindexing and delete var/cache , var/page_cache folder.

  4. Make change in .htaccess (Just copy this file pub/.htaccess to magento root folder)

like image 160
Ketan Borada Avatar answered Jan 13 '23 10:01

Ketan Borada