MyBB Community Forums

Full Version: [NOT SOLVED] Editing .htaccess to redirect a certain type of URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all, i'm trying to redirect all the request for a type of URL into another type of URL. I try to explain myself better:
I have this URL:

http://www.website.com/T-Thread_title_here

I want to redirect all request for this kind of URL (With "T-" and after the title of the thread) to this kind of URL:

http://www.website.com/Thread-Thread_title_here

With the word "Thread-" instead of the "T-"

How can i do this?
Thanks in advance!
are you using Google SEO plugin ? if so its settings have above required feature
(2013-10-30, 10:38 AM).m. Wrote: [ -> ]are you using Google SEO plugin ? if so its settings have above required feature

No i'm not. I just set a redirect from my old website which have the "T-" before the thread's title. The problem is that in my new website, threads have "Thread-" before the title, so i need to do this. How?