Hi. Here's another thing to try.
In spider.php find:
PHP Code:
if (isset($lien['newhost'])) {
and afterwards place:
PHP Code:
echo "New Url: http://".$lien['newhost'].$lien['path'].$lien['file']."<br>";
echo "Old Url: ".$url."<br><br>";
When you index, what do you get?