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