redirect threads to a new url - mod rewrite?

Place after RewriteEngine On:

Code:
RewriteCond %{QUERY_STRING} ^threads/([^\.]+)\.([0-9]+)/
RewriteRule ^index\.php$ http://www.prxa.info/articles/%1.%2

That should do it.
 
Top Bottom