Forum Moderators: phranque
RedirectMatch permanent subdomain.domain.com/tag/blogging/$ http://www.domain.com/
# blog.clickfire.com individual URLs to new www locations
RewriteCond %{HTTP_HOST} ^blog.clickfire.com/tag/blogging/$
RewriteRule ^http://www.clickfire.com/viewpoints/blogging/$1 [R=302,L]
How far off am I?