0

I Can't access admin page - it get redirected to page not found and also front end product not showing and front end links not working after changing our hosting server

Isaac Bennetch
  • 11,830
  • 2
  • 32
  • 43
Niang Moore
  • 506
  • 5
  • 17

2 Answers2

0

Possible solutions:

  1. Open your core_config_data table in phpMyAdmin and make sure you have changed the URLs if not than change web/unsecure/base_url and web/secure/base_url with your appropriate domain url (trailing slash necessary) like http://www.example.com/
  2. Incorrect permissions on var/session, preventing session files from being saved. So set 0777 permissions to var folder.
  3. The cookie domain in

    System -> Configuration -> Web -> Session Cookie Management

    doesn't match the actual site domain

  4. Clear contents from var/cache, var/session directories after changing base_urls through ftp
  5. You can refer Can't log in to Magento Admin
Community
  • 1
  • 1
Suman Singh
  • 1,379
  • 12
  • 20
0
  1. Open your core_config_data table in phpMyAdmin and make sure you have changed the URLs if not than change web/unsecure/base_url and web/secure/base_url with your appropriate domain url (trailing slash necessary) like http://www.example.com/
  2. Delete var/cache folder
  3. Delete app/etc/local.xml (Re-install your project).

  4. If Not working yet make change in.htaccess file

Ketan Borada
  • 856
  • 9
  • 24
  • after deleting local.xml, how do you mean (Re-install your project) at step 3. At step 4, which changes should I make to .htaccess – Niang Moore Dec 26 '16 at 06:59
  • After delete local.xml you can resetup admin try that it may solve your issue and keep backup for roll back – Ketan Borada Dec 26 '16 at 07:42