Thought I'd reword this to make it look simpler, (and bring it to the top again!). I wrote the above last night at home, when I wasn't thinking clearly.
I had Liberum helpdesk on:-
Code:
intranet.domain.local/helpdesk
I've changed the DNS entry so that helpdesk.domain.local now points to it. I've also changed the host header.
I can go to Code:
http://helpdesk.domain.local
no problem, but if I go to Code:
http://helpdesk.domain.local/helpdesk
, I get redirected to Code:
http://intranet.domain.local/helpdesk/logon.asp?URL=/helpdesk/Default.asp
, which of course no longer exists in DNS, so I get a 'page not found'.
It seems that Liberum is using an absolute reference to the old URL. How do I change it?
Thanks.