Hi,
I've just installed and imported my old vbulletin database and that all appears to be working fine.
However I can't seem to get the redirection to work at all. vbulletin was installed into /forums/ and I've put xenforo into /forum/ (note the lack of the s)
I've changed the path and the archived import log lines in the 301config.php (which is in the old vbulletin /forums/ folder and double checked I've removed the ##.
I'm not 100% sure the filedir is correct but I can't think what else it would be, the xenforo index page is at http://bbtactics.com/forum/
Do I need to remove the old vbulletin install completely from the server and just have the files from the redirection script in the old folder? The old .htaccess file still is still there, though I've added code given to me by using the http://tools.geekpoint.net/xfseo/ page.
However even just the index page of the old forum isn't redirecting to the new one. I'm not sure I've got the thread redirect correct or not but would have thought at least the index page would redirect if I had the basic redirection set up correctly...
Any help anyone can give me would be a massive help, if you need to know more information then do ask and I'll try and provide it.
I've just installed and imported my old vbulletin database and that all appears to be working fine.
However I can't seem to get the redirection to work at all. vbulletin was installed into /forums/ and I've put xenforo into /forum/ (note the lack of the s)
I've changed the path and the archived import log lines in the 301config.php (which is in the old vbulletin /forums/ folder and double checked I've removed the ##.
Code:
$fileDir = '/home/bbtactic/public_html/forum';
define('IMPORT_LOG_TABLE', 'archived_import_log');
I'm not 100% sure the filedir is correct but I can't think what else it would be, the xenforo index page is at http://bbtactics.com/forum/
Do I need to remove the old vbulletin install completely from the server and just have the files from the redirection script in the old folder? The old .htaccess file still is still there, though I've added code given to me by using the http://tools.geekpoint.net/xfseo/ page.
However even just the index page of the old forum isn't redirecting to the new one. I'm not sure I've got the thread redirect correct or not but would have thought at least the index page would redirect if I had the basic redirection set up correctly...
Any help anyone can give me would be a massive help, if you need to know more information then do ask and I'll try and provide it.