Gregg R.Allen wrote:
I'm not sure where it's being stored, it's probably being cached in the browser somewhere. If you edit the file /etc/hostsYou shouldn't need a reboot. Also... just as an idea, did you check that the links aren't hard coded?
and place an entry such as:
catnip.local 12.34.56.78
where 12.34.56.78 is the IP address of catnip.company.com. This can be discovered by either nslookup catnip.company.com
or dig catnip.company.com
The computer might need to be rebooted after editing the hosts file.
The difference is that a link such as: <a href="/some/path/file.html"> will be requested from the root directory of the current domain, while <a href="http://catnip.local/some/path/file.html"> would request the file from the host catnip.local.
This likely to trivial of a solution, just thought I'd ask.
If that's not the issue, you could try the host file as mentioned previously, also apache has it's own host configuration directives in /etc/httpd/httpd.conf
Unfortunately, many of the links automatically convert too URLs beginning catnip.local. Via VPN (the way she does it), there is no catnip.local.
-- cs