https://domain.com >> https://www.domain.com
QUOTE
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^/?(.*)$ http://www.domain.com/$1 [R=301,L]
RewriteRule ^/?(.*)$ http://www.domain.com/$1 [R=301,L]
That is the .htaccess rule that redirects domain.com to www.domain.com, so how would I modify that to redirect the https portion of things?