cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve Magento 2.3.3 Admin url 404 error

How to solve Magento 2.3.3 Admin url 404 error

How to solve Magento 2.3.3 Admin url 404 error,

 

404.PNG

 

Note : Front-End working fine.

30 REPLIES 30

Re: How to solve Magento 2.3.3 Admin url 404 error

Hi @Aveeva 

 

Please share the link of the screenshot as it is visible once approved by the moderator.

 

In the meantime you can add index.php in the url, then it will work.

 

for eg;-  example.com/index.php/admin

 

Try this it will work.

 

Found something useful, give "Kudos" and "Accept as Solution".

Re: How to solve Magento 2.3.3 Admin url 404 error

Re: How to solve Magento 2.3.3 Admin url 404 error

@Rahul Gupta  After adding index.php in admin url still getting error https://snipboard.io/Cbr2ut.jpg

Re: How to solve Magento 2.3.3 Admin url 404 error

Hi @Aveeva 

 

Use the below commands and try again.

 

sudo rm -rf var/cache/*
sudo chmod 777 -R var/ generated/ pub/static/

Try this and let me know if it is working.

Re: How to solve Magento 2.3.3 Admin url 404 error

@Rahul Gupta  Still getting same error.

Re: How to solve Magento 2.3.3 Admin url 404 error

@Rahul Gupta  log error : 

 

main.DEBUG: cache_invalidate: {"method":"GET","url":"http://localhost/mage2/admin_1qm73k/admin/index/index/key/c7883fadf25a7d8fe1e3505688f6ccc1c1f17be0a4c08da852029946e115cebc/","invalidateInfo":{"identifier":"interception"}} []

Re: How to solve Magento 2.3.3 Admin url 404 error

Hi @Aveeva 

 

Can you run the below command and check the result.

 

php bin/magento cache:status

If the it is showing 0 then please use this command to enable the cache.

 

php bin/magento cache:enable
php bin/magento cache:flush

Try this.

Re: How to solve Magento 2.3.3 Admin url 404 error

@Rahul Gupta   Return following,

 

Current status:
config: 1
layout: 1
block_html: 1
collections: 1
reflection: 1
db_ddl: 1
compiled_config: 1
eav: 1
customer_notification: 1
config_integration: 1
config_integration_api: 1
google_product: 1
full_page: 1
config_webservice: 1
translate: 1
vertex: 1

Re: How to solve Magento 2.3.3 Admin url 404 error

Hi @Aveeva 

 

Try these commands

 

sudo a2enmod rewrite

sudo service apache2 restart