Hi, I managed to move my forum from to xenforo, old one was domainname*com and now i moved forum to domainname*com/forum . The last thing left is setting 301 redirect from domainname*com -> domainname*com/forum . What's the best way to do it? (all other vbulletin migration redirections are working fine)
I assume you have the vB redirect scripts at domainname*com? You can add this to vB's includes/config.php file to redirect the remaining vB pages that are not covered by the redirect scripts: Code: header("Location: http://www.domainname.com/forum/"); This post might be of interest: http://xenforo.com/community/threads/xenforo-and-vb-redirection-scripts-messed-up-my-pagerank.26307/