Jump to content

Recommended Posts

Posted

Hey,

 

I want to enable SSL for my site, but I can't seem ti get it to work. I add the following to my .htaccess file (taken from another thread):

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

But it doesn't work - Chrome returns an error about the SSL certificate. How can I obtain/generate one for my site? I really have no idea at all, so sorry if this is a dumb question.

 

Thanks in advance!

Posted

cPanel requires that all SSL-enabled sites have a dedicated IP. Our Internet Service Provider requires that dedicated we pay them $12 for each dedicated IP.

 

More information is available here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...