htaccess redirect for SSL non-www to www
admin | Jan 29, 2010 | Comments 0
Issue :
Need to redirect https://domain.com to https://www.domain.com for SSL purposes.
Solution :
Use the following code in the htaccess file under the public_html folder for the concerned domain :
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ https://www.domain.com/$1 [L,R=301]
Filed Under: Quick fixes • Technical
About the Author: InstaCarma is a provider of Enterprise Class Solutions for the Hosting Industry

1800 810 6547