You're welcome!
I noticed that some of the links still don't get rewritten because they include newscientisttech in the URL. I think the following should catch that (but have not tried it).
Filter:
(.*)newscientist(.*)\.com/article/dn(.{5,5}).*
Rewrite as:
$1newscientist$2.com/article.ns?id=dn$3&print=true
(Note that the old $2 is now $3.)
|