in which case, I'd modify the viewtopic file, as Kaniaz said

Code:
<?php
if (isset($_GET['t']))
{
header("Location: http://www.dreamviews.com/forum/index.php?showtopic=" . $_GET['t']);
}
else
{
header("Location: http://www.dreamviews.com/forum/index.php");
}
?>