Forum Moderators: phranque
here is what I had in htaccess both of these things by themselves had the same results.
redirectMatch 301 ^/forum/ [sub.site.com...]
or
ReWriteRule ^forum.*$ [sub.site.com...] [L,R=301]
and it worked sort of going to exactly [cncforums.site.com?...] but the questionmark was in it.
I did try below and it worked however is this the same as a 301 redirect for Search engines as well for permanent moved.
ReWriteRule ^forum.*$ [cncforums.site.com?...] [L,R=301]
Thanks