AndyB
Well-known member
I successfully upgraded to Xenforo from vB4.
If someone from another website clicks on a vB4 link to my site, it comes back with the following error message:
A controller for the route path showthread.php was not found
What setting in .htaccess do I need to enter so that it redirects properly? Here are a few bits of information to help with the answer:
1) I retained the thread and post id's in the conversion
2) I only use thread numbers in my URL on vB4 and xF.
Example of vB4 URL:
http://www.mywebsite.com/forums/showthread.php?t=1234
Example of xF URL that I would like .htaccess to redirect to:
http://www.mywebsite.com/forums/threads/1234/
If someone from another website clicks on a vB4 link to my site, it comes back with the following error message:
A controller for the route path showthread.php was not found
What setting in .htaccess do I need to enter so that it redirects properly? Here are a few bits of information to help with the answer:
1) I retained the thread and post id's in the conversion
2) I only use thread numbers in my URL on vB4 and xF.
Example of vB4 URL:
http://www.mywebsite.com/forums/showthread.php?t=1234
Example of xF URL that I would like .htaccess to redirect to:
http://www.mywebsite.com/forums/threads/1234/