Hello everyone, my question is kinda simple but i just don't know how to get it.
I have this dedicated server at home, used almost just for Team Foundation Server, I did the single server configuration wizard so I have Sharepoint Services running along with SQL Server and IIS 7.5, the problem is that every single link and URL on the sharepoint sites are generated from the local Computer name, which is TFS.
I have a domain (example.com) and a subdomain pointing to my home Static Ip address, the router properly configurated and so on, and if you hit tfs.example.com you get the Sharepoint home page, but any link are generated as i said, example, http://tfs/Lists/Announcements/AllItems.aspx.
I want to know if there's any way to fix this. What I've done before is to go to all the clients PC and set a windows host rule, so any request to say, TFS, it gets to my IP, but I want to avoid this, and set something on the server to change all that routes. Anything like URL rewrite or something. There's no domain, and all the clients connects trough Internet.
Thanks in advance