There needs to be an underscore in the isUri regex in Inspekt.php,
otherwise urls with underscores don't parse. Here's the fixed path
line:
regex .= '(/((%[0-9a-f]{2}|[-_a-z0-9/~;:@=+$,.!*()\'\&]*)
*)/?)?'; // path
Most BBC urls have an underscore, so they're good for testing. Here's
one:
http://news.bbc.co.uk/2/hi/middle_east/8277040.stm
Nick
HotaruCMS.org