¿Cómo redirige Apache https y www al mismo tiempo?
Redirección pseudoestática .htaccess
Si necesita saltar el nombre de dominio de gworg.com a www.gworg.com, puede utilizar el siguiente código:
RewriteEngine onRewriteCond { [NC]
RewriteRule ^(.*)$/$1[L, R=301]
Forzar HTTPS
RewriteEngine activado
RewriteCond {SERVER_PORT} 80
RewriteRule ^(.*)$ /ssl/130.html