I\'m relatively new to using .htaccess, and have never done any coding besides what I\'ve read online. I\'m using Bluehost, and I\'d like to redirect my blog subdirectory t
Have you tried this one?
RewriteEngine on RewriteBase / RewriteRule ^/blog/(.*)$ http://blog.subdomain.com/$1 [R=301,L]