Hello,
When people access a website with this URL http://website/dir/dir/default.aspx, I need the URL to be changed tohttp://website.domain.com/dir/dir/default.aspx. Where the domain.com is added to the website name in the URL making it a FQDN URL, even though it has folders and a page included.
When people type in http://website in their IE browser, it is changed tohttp://sharepoint.domain.com. This is good. DNS is working. However, this does not happen where there are folders and a page name in the URL.
I hare read that I need to have IIS bindiings, change hostheader files, need IIS redirection, or do some custom configuration, but I am not sure what to do or what approach to take.
Can you help?
Thanks,
Paul