As the title suggests, I have dumped phpBB and gone to SMF. Google is still trying to crawl the old phpBB links. What I want to do is redirect any request for ANY of the old phpBB URLs in www.psychlinks.ca/phpbb/ to the home page of the new SMF installation at forum.psychlinks.ca/index.php. What would my mod-rewrite statements look like to do this in .htaccess?
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^phpbb/([^.]+)$ http://forum.psychlinks.ca/index.php [R=301,L]