We've got a calendar running on a linux server where the domain name has been moved to another server. We still want to access the calendar where it is at the moment BEFORE moving it to the new server.
Only problem is that the calendar runs by referring to the domain name in each operation - ie http://www.domainname.com/cgi-bin/calendar/calendar.pl instead of what we need, which is: http://50.500.10.11/cgi-bin/calendar/calendar.pl
(IP made up for security purposes)
Where in the script can we set this to run as local to the server it's on, rather than needing to refer to the domain name?
thanks
KC