how to redirect links from vb to xenforo

Status
Not open for further replies.

bramjlive

Member
after converted to xenforo from my vb 3.8.4 and try redirect with .htaccess in vb folder
my .htaccess

PHP:
RewriteEngine on
RewriteRule t([\d]+)-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule t([\d]+).html showthread.php?t=$1 [NC,L]
RewriteRule f([\d]+)-([\d]+).html forumdisplay.php?f=$1&page=$2 [NC,L]
RewriteRule f([\d]+).html forumdisplay.php?f=$1 [NC,L]

old links show me
HTML:
Warning: require(/home/appleweb/www/forums/library/XenForo/Autoloader.php): failed to open stream: No such file or directory in /home/appleweb/public_html/vb/showthread.php on line 11

Fatal error: require(): Failed opening required '/home/appleweb/www/forums/library/XenForo/Autoloader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/appleweb/public_html/vb/showthread.php on line 11


so what can i so
 
Status
Not open for further replies.
Top Bottom