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