bramjlive
Member
after converted to xenforo from my vb 3.8.4 and try redirect with  .htaccess  in vb folder
my .htaccess
	
	
	
		
old links show me
	
	
	
		
so what can i so
				
			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 11so what can i so
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		