RedirectInfo.com
Home
Apache Redirects
NGiNX Redirects
Blog
Redirect without WWW to URL with WWW
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]