Hello,
am having a problem with redirects when used within a template. I have tried the following but it does not work. What am I doing wrong please ?
RewriteCond %{HTTP_HOST} !=www.$VH_NAME
RewriteRule ^ http://www.$VH_NAME%{REQUEST_URI} [R=301,L]
am having a problem with redirects when used within a template. I have tried the following but it does not work. What am I doing wrong please ?
RewriteCond %{HTTP_HOST} !=www.$VH_NAME
RewriteRule ^ http://www.$VH_NAME%{REQUEST_URI} [R=301,L]