Forum Moderators: phranque
I did this:
RewriteRule ^forums/(.*)$ http://%{HTTP_HOST}/ [R=301,L]
It works "fine" but instead of being redirected to www.example.com/ It is redirecting to www.example.com/?f=30 for the example above.
any suggestions?
[edited by: jdMorgan at 6:55 am (utc) on Dec. 29, 2006]
[edit reason] example.com. [/edit]
RewriteRule ^forums/(.*)$ http://%{HTTP_HOST[b]}/?[/b] [R=301,L]
Jim