Hola, sinceramente no sé cómo lo hace vBHispano, pero seguramente por Htaccess:
Y si quieres cubrir tanto http como https:Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST}//s%{HTTPS} ^([^.]{4,}|[^w.]?[^.][^w.]?[^.]?[^w.]?)\..*//((s)on|s.*) [NC]
RewriteRule ^ http%3://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
[hr]
Eso es indiferente al dominio, aunque hay más maneras de hacerlo por htaccess...Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mydomain\.com
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,NC]



URL del LinkBack
Acerca de los LinkBacks



Citar
, a mí, que me gusta complicarme, me ha servido






