View Single Post
Old 02-05-2007, 05:50 PM   #4
DTM
Intentionally Left Blank
DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.DTM ought to be getting tired of karma fortunes by now.
 
DTM's Avatar
 
Posts: 172
Karma: 300106
Join Date: Feb 2006
Location: Royal Oak, MI, USA
Device: Nook STR
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.)
DTM is offline