aussie
Member
ok folks, I am on the home stretch after importing over 1 million posts from vb to xf. The import script and functionality is great - very impressed with the entire XenForo package to say the least!
However, all I need now is for one of you htaccess gurus to correct a rewrite rule for me. I will add the rule to the top of my existing vb htaccess.
(It didn't work when I tried it)
old - http://www.mydomain.net/vbulletin/open-discussions/99167-rebuilding-taylor-float.html
new - http://www.mydomain.net/forums/threads/rebuilding-a-taylor-float.99167/
I have tried the redirect xf scripts and associated instructions without success but I am sure the correct rewrite rule will do the job.
Any help would be much appreciated please.
cheers
However, all I need now is for one of you htaccess gurus to correct a rewrite rule for me. I will add the rule to the top of my existing vb htaccess.
Code:
RewriteRule ^[^/]+/([0-9]+)-[^\.]+\.html$ /forums/threads/$1/ [R=301,L]
(It didn't work when I tried it)
old - http://www.mydomain.net/vbulletin/open-discussions/99167-rebuilding-taylor-float.html
new - http://www.mydomain.net/forums/threads/rebuilding-a-taylor-float.99167/
I have tried the redirect xf scripts and associated instructions without success but I am sure the correct rewrite rule will do the job.
Any help would be much appreciated please.
cheers
Last edited: