Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 14 Years, 3 Months, 4 Weeks ago Redirect only some threads
#1
Solved: 14 Years, 3 Months, 4 Weeks ago
Is it possible to make a 301 redirect with only a few threads to another site?

If yes, how?
#2
Solved: 14 Years, 3 Months, 4 Weeks ago
You'll need a plugin to make an actual thread redirect.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
#3
Solved: 14 Years, 3 Months, 4 Weeks ago
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.
#4
Solved: 14 Years, 3 Months, 4 Weeks ago
Where should i put it in the .htacess that MyBB has.
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.
#5
Solved: 14 Years, 3 Months, 4 Weeks ago
I managed to do it(not perfectly though)

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.
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)