"helpdesk.mydomain.co.uk" is the easiest, in my opinion, cause it's just a simple DNS change.
But if you want the syntax you desire and to mask the URL, then the only way I know how to accomplish that is with a CNAME DNS change and a webpage redirection, within IIS for example.
So, here is how I did it, with a lot of assumptions that may differ based on your environment:
- Create a CNAME record for "helpdesk", pointing to "computerservicesltd.zende
sk.com"
- Assuming you are hosting your website on IIS, I created a sub-folder called "helpdesk". Within IIS, browse to this new folder, right-click and go to Properties.
- On the directory tab, choose "A redirection to a URL" and enter the URL "
http://helpdesk.mydomain.co.uk" (thereby pointing to your new CNAME record)
Now when a user accesses
www.mydomain.co.uk\helpdesk, IIS will redirect them to "helpdesk.mydomain.co.uk" which will then redirect them to "computerservicesltd.zende
sk.com", and it will mask that last URL so users won't see where they really are.