| > mirrors, and some of these mirrors are down, but the
> links in pages are still sending you at the down
> mirrors. The webmaster didn't change the links, but
> he says we must replace mirror1.host.com and
> mirror2.host.com by mirror3.host.com.
The webmaster is an idiot. The links should point to host.com and DNS rotation
should forward them to the mirrors.
> It is why it is very important to replace these
> links.
> I didn't find the file external.html, where that's
> file is ?External is at the top of the mirror, but you don't modify that,
you have to modify EVERY single link in the mirrored files.
You can replace the links but you're not going to be able get more files with
httrack.
Instead YOU, not the webmaster must perform the redirect.
get the mirror3.host.com IP address with the command line:
nslookup mirror3.host.com
Edit HOSTS file with notepad. Add two lines at the bottom
mirror3IPaddress mirror1.host.com
mirror3IPaddress mirror2.host.com
On XP and later the location is C:\WINDOWS\system32\drivers\etc\ | |