Forum Moderators: phranque
I've tried using, in .htaccess
RedirectMatch ^/forum/rss/ http://www.example.com/forum/syndication.php?type=atom&t=1 [L,R=301]
and
RedirectMatch ^/forum/rss/ http://www.example.com/forum/syndication.php\?type=atom&t=1 [L,R=301]
but both redirect only to
www.example.com/forum/syndication.php
and not to
www.example.com/forum/syndication.php?type=atom&t=1
How can I get the rest of the URL after the "?"?
Thanks for any help.