you gave me this rule that works
/index.php?option=com_ccboard&view=postlist&forum=2&topic=45949 to replace with this..
^/index\.php\?option=com_ccboard&view=postlist&forum=2&topic=
My old forum had double redirects
1)/index.php?option=com_ccboard&view=postlist&forum=2&topic=45949
and
2)/index.php?option=com_ccboard&view=postlist&forum=45949&topic=45949&Itemid=140
for the 1) you gave me
From URL: ^/index\.php\?option=com_ccboard&view=postlist&forum=2&topic=
To URL: {scheme}://{siteurl}/index.php?option=com_easydiscuss&view=post&id={queryvar topic}&Itemid=329
Request only: true (checked) and it works fine!
i want the 2) /index.php?option=com_ccboard&view=postlist&forum=45949&topic=45949&Itemid=140
to redirect too
To URL: {scheme}://{siteurl}/index.php?option=com_easydiscuss&view=post&id={queryvar topic}&Itemid=329
Request only: true (checked) thanks