Quote:
Originally Posted by eoc_Jason
I just did some URL rewriting to redirect my old archive from this (and another hack) to all go to the new vB3 archive... Search Engines and traffic haven't missed a beat....
|
My way seems easier, am I missing something you are doing that I'm not?
Code:
RewriteRule showthread/t-(.*).html$ http://www.yourdomain.com/forums/archive/index.php/t-$1 [R,L]
RewriteRule forumdisplay/f-(.*).html$ http://www.yourdomain.com/forums/archive/index.php/f-$1 [R,L]
Still wish we could get titles in the vb3 archive anyone figured that out yet?