cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.3 admin error

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

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

Magento 2.3.3 admin error

I have installed fresh Magento 2.3.3 on local server. Getting this admin error:

 

The requested URL /admin/ was not found on this server.

any suggestion?

 

Thanks

2 REPLIES 2

Re: Magento 2.3.3 admin error

Hello @PankajS_Magento 

Try to access admin by siteurl/index.php/admin

 

The follow this

https://stackoverflow.com/questions/22148252/the-requested-url-was-not-found-on-this-server-magento

Was my answer helpful? You can accept it as a solution.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer

Re: Magento 2.3.3 admin error

Hi @PankajS_Magento 

 

As suggested by @theMageComp  you can try this solution and if it doesn't work then add the below code in index.php so that we can track the exact issue.

 

ini_set('display_errors',1);

Thanks

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution".