Magento is automatically redirecting to localhost on live server

后端 未结 7 2596
一生所求
一生所求 2021-02-15 18:12

I have uploaded my website on live server from localhost in magento

and when i m writing the url e.g: http://unbeatablewatches.com it is redirecting to localhost/unbeata

7条回答
  •  鱼传尺愫
    2021-02-15 18:41

    You need to change urls in database.

    Table core_config_data

    You need to look for this values in path column:

    web/secure/base_url
    web/unsecure/base_url
    

    And change their values to https://unbeatablewatches.com for secure and http://unbeatablewatches.com for unsecure.

    I don't know if you have some access to the database, it would be good if you could use phpmyadmin.

提交回复
热议问题