So I guess I'll join the ranks of people asking these questions here. It seems simple enough but I keep getting an internal server error. I just moved my site from wordpress with smf to joomla-smf and I've everything redirected except for the forum old url xhttp://www.gearadrift.com/navy-forums/index.php?board=X.X new url xhttp://www.gearadrift.com/component/option,com_smf/Itemid,83/board,X.X/ Tried RedirectMatch but couldn't get it to work, something like: RedirectMatch /navy-forums/index.php?board=(*) /component/option,com_smf/Itemid,83/board,$1/ Any help? I'm sure I'm just making a simple mistake (or I'm completely way off)
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^navy-forums/index.php?board=(.*)$ http://www.domain.com/component/option,com_smf/Itemid,83/board,$1/ [R=301,L]