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