0

I am doing a project in Magento.I have uploaded the project onto the server, the front end design of the project is showing correctly but when the admin login page is retrieved, its showing 404 error page not found.I have tried many solutions shown in the links below:

Magento 404 on Admin Page

But still it is not working.Can anyone suggest a solution for this?

Community
  • 1
  • 1
Anna
  • 53
  • 5

1 Answers1

0

I had a similar issue. After moving from one server to another admin showing 404. Problem was in configuration. In System->Configuration->Web->Secure->Use Secure URLs in Admin was set to "Yes", but https wasn't configured.

I'm in table core_config_data found row with path "web/secure/use_in_adminhtml" and set "value" = 0.

The problem is not widespread, but you can check this. Hope this helps