Strange Link checking question...
OK, here's a good one. I want to produce a link report. Here's what I need:a) I only need to consider pages in one domain. Ex: domain.com
b) I need a list of all pages that link to a specific section in the domain: domain.com/section/*
c) BUT, not pages that are in that section, since they link to themselves.
So, it would be something like:
url:domain.com link:domain.com/section/* NOT url:domain.com/section
But, nothing I've tried like that works. Is there a way to do this using a search engine? (Google, Inktomi, whatever.)
Also, I've considered doing a file-system search, but since most of the pages in this domain are dynamically generated, a file system search will not be effective.
Thanks in advance,
Brian