Eric Bock <[EMAIL PROTECTED]> writes:
> On Sat, 23 Jun 2001, Eric Bock wrote:
>> Wget seems to completely ignore links if they look like
>> <a href=http://www.google.com/en>, since it tries to match the quotes.
>> This is valid HTML; shouldn't wget be able to handle it?
>
> Oops, sorry... checked the code and found that the missing quotes are okay;
> perhaps the problem is that it thinks http://216.239.33.100/en and
> http://www.google.com/en are the same, when in fact they aren't?
On my machine www.google.com resolves to 216.239.35.100. Wget does
check "equality" of host names based on their IP addresses, which is a
definite problem with virtual hosts. To disable such checking, use
the `-nh' command-line switch.