Cuestión : 301 vuelven a dirigir no-WWW a WWW

Estoy utilizando el siguiente para volver a dirigir el rel= " nofollow " del " _blank " del target= de " http://mysite.com " del href= del http://mysite.com al rel= " nofollow " del " _blank " del target= de " http://www.mysite.com " del href= del http://www.mysite.com . Quiero asegurarme de que lo estoy haciendo correctamente y de que es una “permanente” volver a dirigir. (Sigo siendo muy nuevo a tales cosas.) Está trabajando correctamente, yo apenas quiere cerciorarse de que es la manera correcta hacer % {HTTP_HOST} ^mysite.com [NC] de it.

RewriteEngine On
del ^ del
RewriteRule del
RewriteCond (. *) rel= " nofollow " del” _blank” del target= de " http://www.mysite.com/$1” del href= del http://www.mysite.com/$1 [L, R=301]
class= del

Respuesta : 301 vuelven a dirigir no-WWW a WWW

Lo haría con un cambio leve:

% de RewriteCond {HTTP_HOST} ^mysite.com$ [NC]
¿RewriteRule.? http://www.mysite.com% {REQUEST_URI} [R=301, L]

HTH

Otras soluciones  
 
programming4us programming4us