301 redirect for subfolder question
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
However, the same conditions don't apply for a subfolder as I can't get http://domain.com/blog to redirect to http://www.domain.com/blog.
Anyone know how to redirect for this subfolder?
Thank You.
Reduce stress | Stay focused | Keep positive and balanced
Reduce stress | Stay focused | Keep positive and balanced
Reduce stress | Stay focused | Keep positive and balanced