younes
Active member
hello guys
i want redirect my current VBSEO urls to Xenforo
VBSEO thread example:
http://www.domain.com/thread145257.html
VBSEO forums Example:
http://www.domain.com/forum299.html
i use this http://tools.geekpoint.net/xfseo/ to convert my VBSEO links
RewriteRule thread([\d]+)-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule thread([\d]+).html showthread.php?t=$1 [NC,L]
RewriteRule forum([\d]+)-([\d]+).html forumdisplay.php?f=$1&page=$2 [NC,L]
RewriteRule forum([\d]+).html forumdisplay.php?f=$1 [NC,L]
but it's not working
thanks
i want redirect my current VBSEO urls to Xenforo
VBSEO thread example:
http://www.domain.com/thread145257.html
VBSEO forums Example:
http://www.domain.com/forum299.html
i use this http://tools.geekpoint.net/xfseo/ to convert my VBSEO links
RewriteRule thread([\d]+)-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule thread([\d]+).html showthread.php?t=$1 [NC,L]
RewriteRule forum([\d]+)-([\d]+).html forumdisplay.php?f=$1&page=$2 [NC,L]
RewriteRule forum([\d]+).html forumdisplay.php?f=$1 [NC,L]
but it's not working
thanks