hey guys i've recently moved my xenforo from Root to a folder named Forums my old urls were http://mysite.com/threads/will-you-teach-your-kids-dancing.9786/ and now my new urls are http://mysite.com/forums/threads/will-you-teach-your-kids-dancing.9786/ can you guys help me with the .htaccess file? i don't know how to redirect it properly so that google doesn't 404 error me. Many thanks! *EDIT NVM* i figured it out RewriteEngine On RewriteRule ^(threads|forums|members)/(.*)$ /forums/$1/$2 [R=301,L]