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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...