A few days ago we launched our new vb forum. Before we used ubb.threads.
The old forum was installed at /forum, the new one at /board.
I've now put the following in my root .htaccess:
This redirects all traffic from /forum/* to my new board, but I don't think this is the most SE friendly way.Code:RewriteRule ^forum.* http://www.domain.com/board [NC,L,R]
These were the basic links on my old board:
http://www.domain.com/forum/ubbthreads.php?Cat=
http://www.domain.com/forum/faq.php?Cat=
http://www.domain.com/forum/search.php?Cat=
Links to my board categories looked like this:
http://www.domain.com/forum/postlist.php?Cat=&Board=eating
http://www.domain.com/forum/postlist.php?Cat=&Board=drinking
And links to topics like this:
http://www.domain.com/forum/showflat.php?Cat=&Number=20728
http://www.domain.com/forum/showflat.php?Cat=&Number=23798&page=&view=&sb=5&o=
Now what would be the best way to redirect traffic from my old board to the new one?
Should I create redirect links for all categories?
My knowledge of using htaccess is very poor (therefor I purchased vbseo haha), so I hope someone can give me some examples on how to handle this.
Thank you very much in advance...
Bellinis



LinkBack URL
About LinkBacks






Reply With Quote
