| > is it possible, that this problem has something to do with
> the redirection? E.g. that each redirection (even in the
> same domain) is count as external link (if max. ext. depth
> is set >0) ?> our ASP-file has only 1 line of code:
> <% Response.Redirect '/templates/template.asp?NAVID=1' %>
If on the same domain, no. But remember that "external"
means "links that would have not been downloaded without
the external option"
If you specified filters, like -*, ALL links will be
considered "external"
Maybe a clue for this problem?
I also just fixed (RC18-2) a very annoying bug which causes
filters to be crushed in certain cases.
| |