Jooma Redirect (via Rewrite) example

Categories:

RewriteCond %{query_string} ^\/blog\/.*$ [NC]
RewriteRule ^(.*)$ <a href="http://example.com/blog/" title="http://example.com/blog/">http://example.com/blog/</a>? [L,R=301]

This takes the query string, evaluates it, and then redirects to a url and discards the query sting.