Link checking
I'm helping out on a new site for Arisia and we really need a product that'll check all of the links on the new site (since they've all changed). Any recommendations?
Free or cheap is best, please.
I'm helping out on a new site for Arisia and we really need a product that'll check all of the links on the new site (since they've all changed). Any recommendations?
Free or cheap is best, please.
wget should be able to do what you want. Domain limit it to arisia, set it to continue on error, enable crawling and redirect errors to a log file. The log file should end up listing all broken links IIRC. I used to use this at an older company to automate nightly link checking.