Skip to main content

Comments

2 comments

  • cPanelMichael
    Hello :) You can force the use of the "www" prefix for SSL by adding the following entries to the .htaccess file in your public_html directory: RewriteEngine On RewriteCond %{HTTP_HOST} ^EXAMPLE.COM$ [NC] RewriteCond %{HTTPS} on RewriteRule ^(.*)$ https://www.EXAMPLE.COM/$1 [R=301,L]
    Thank you.
    0
  • Mardaki
    Thanks Mate
    0

Please sign in to leave a comment.