Magento is automatically redirecting to localhost on live server

后端 未结 7 2601
一生所求
一生所求 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:42

    You can use command

    $ bin/magento setup:store-config:set --base-url=your.magento.url
    $ bin/magento setup:store-config:set --base-url-secure=your.magento.url
    

    to set site urls.

提交回复
热议问题