in reply to Website link checker

The problem is, the script is written to recurse through your own webite, by running it on your webserver, against the filesystem.

You are trying to run it against someone else's website via the internet, and that is not what it is designed for, and it won't do that.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?

Replies are listed 'Best First'.
Re^2: Website link checker
by shajiindia (Acolyte) on Jan 24, 2012 at 10:34 UTC
    Thanks BrowserUk for your timely help.