Добавьте следующее в .htaccess в корневой папке вашего сайта.
RewriteEngine on
RewriteBase /
#place these two lines before any other rules in your .htacess
RewriteCond %{QUERY_STRING} (^|&)t=([0-9]+)(&|$) [NC]
RewriteRule ^phpbb/viewtopic\.php$ /topic/%2? [L,R,NC]