Magento Admin 404

前端 未结 5 907
无人及你
无人及你 2020-12-31 09:26

We recently migrated our Multi-domain magento setup from a shared host to a dedicated server.

All is working fine fronted, but when I try to go to the admin section

5条回答
  •  遥遥无期
    2020-12-31 09:54

    After migration from www.domain1.com/magento/ to www.domain2.com/magento/ I was getting 500 Internal Server Error. So I just renamed my .htaccess to htaccess.txt. And my frontend started working fine, But at Backend http://www.yourstore.com/admin/ I was getting Same 500 Internal Server error.

    After trying many option suggested online nothing worked for me and after that I tried to access admin via following URL and voilà worked perfect, Hope this help others.

    Try to access as this > http://www.yourstore.com/index.php/admin/

提交回复
热议问题