Quote:
Originally Posted by Simon Lloyd
Hi guys i've decided to uninstall VBSEO and need some help with my rewrite rules, my forum titles with vbseo looked like this:
http://www.thecodecage.com/forumz/networking-peripherals/
|
Code:
Redirect 301 /networking-peripherals/ http://www.thecodecage.com/forumz/forumdisplay.php?f=23
*23 this is a number of you forum
how much you have forums, so it should be of such lines
another option redirects unfortunately no
Quote:
Originally Posted by Simon Lloyd
http://www.thecodecage.com/forumz/microsoft-excel-forum/214560-data-validation-calculated-column.html
and single post was:
http://www.thecodecage.com/forumz/112701-post3.html
|
Put this file to /forumz/ folder
.htaccess
Code:
Options +FollowSymLinks
RewriteEngine On
RedirectMatch 301 ^/([A-Za-z-]+)/([0-9]+)-([A-Za-z0-9-]+)\.html$ http://www.thecodecage.com/forumz/$2.html