简体   繁体   中英

Magento - Can't access admin page and frontend product not showing after changing hosting server

我无法访问管理页面-更改我们的托管服务器后,它被重定向到未找到的页面,并且前端产品也未显示并且前端链接不起作用

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM