I'm moving a website from old.com
to new.com/old
, but I have to make sure it works before deleting old.com
.
It's a very large legacy website that probably has links, images, scripts and other things hardcoded to old.com
. The problem is that these references to old.com
aren't obvious since the site loads up perfectly since old.com
is still up.
Is there a way to block all requests to old.com
from my local machine only, or some other tool to make finding these references simpler?