cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.3 admin error

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.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

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".