993ti
08-19-2006, 07:43 AM
Recently upgraded a phpbb forum but i lost all the hits.
I wanted to redirect the links in google (viewtopic.php?t=xxxx) to the vbulletin pages.
How do i do this?
I tried this (found on DP):
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^viewforum.php?f=([0-9]+)$ /forumdisplay.php?f=$1
RewriteRule ^viewtopic.php?p=([0-9]+)$ /index.php
But that didn't work :(
I wanted to redirect the links in google (viewtopic.php?t=xxxx) to the vbulletin pages.
How do i do this?
I tried this (found on DP):
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^viewforum.php?f=([0-9]+)$ /forumdisplay.php?f=$1
RewriteRule ^viewtopic.php?p=([0-9]+)$ /index.php
But that didn't work :(