2010-09-17, 05:57 PM
2010-09-17, 06:40 PM
You'll need a plugin to make an actual thread redirect.
2010-09-17, 11:51 PM
http://www.isitebuild.com/301-redirect.htm
Just set it up though a .htaccess if it's only a select few that and they're going to say that way.
Just set it up though a .htaccess if it's only a select few that and they're going to say that way.
2010-09-18, 05:59 AM
Where should i put it in the .htacess that MyBB has.
i tried putting this code at the bottom but it didn't work.
BTW, i am using MyBB's default SEO.
i tried putting this code at the bottom but it didn't work.
redirect 301 /showthread.php?tid=28 http://mybbmodding.co.cc/forums/showthread.php?tid=18
BTW, i am using MyBB's default SEO.
2010-09-21, 06:19 PM
I managed to do it(not perfectly though)
i added this into .htacess just after "RewriteEngine on"
I added as many as threads i wanted.
however,when i added links such as ^showthread.php?tid=18, it caused all the redirections not to work.
i added this into .htacess just after "RewriteEngine on"
RewriteRule ^thread-28.html http://mybbmodding.co.cc/forums/showthread.php?tid=18 [R=301,L]
I added as many as threads i wanted.
however,when i added links such as ^showthread.php?tid=18, it caused all the redirections not to work.