Mr Lucky
Well-known member
I am in the process of migrating from vbulletin4
I had vbulletin4 redirects working fine on my test installation, but when I changed servers the redirects just go to the root instead of the actual thread for the redirects
Obviously I needed to change the path in 301config.php which I did, and seemed quite straightforward,
from the old cpanel directory:
$fileDir = '/data03/c5474766/public_html/domain.com/forum';
to the new one
$fileDir = '/data01/c9410972/public_html/domain.com/forum';
The server is with the same host so I can't see why that shouldn't still work. can anyone help please?
I had vbulletin4 redirects working fine on my test installation, but when I changed servers the redirects just go to the root instead of the actual thread for the redirects
Obviously I needed to change the path in 301config.php which I did, and seemed quite straightforward,
from the old cpanel directory:
$fileDir = '/data03/c5474766/public_html/domain.com/forum';
to the new one
$fileDir = '/data01/c9410972/public_html/domain.com/forum';
The server is with the same host so I can't see why that shouldn't still work. can anyone help please?