|
Search |
Access via https is possible only for Plan packages and for the domain directly assigned to this hosting service.
This option is not available for domains assigned to the hosting in Multidomain option. Also, you cannot install SSL certificate as it's common to all hosting accounts. Note: This option is available only for PLAN. Access via domain You may access your website via https: Example: https://www.yourdomain.com This type of access requires verification of certificate by your browser. The SSL certificate is not installed for your domain but for the server of your hosting service. Quick access via url If you don't want to go through above system of verification, you may use another URL to access your website via https: Address: https://ssl2.ovh.net/~LoginFTP SSL number depends on the type of Plan you have: cluster002 : https://ssl2.ovh.net/~LoginFTP cluster003 : https://ssl3.ovh.net/~LoginFTP cluster004 : https://ssl4.ovh.net/~LoginFTP cluster005 : https://ssl5.ovh.net/~LoginFTP cluster006 : https://ssl6.ovh.net/~LoginFTP cluster007 : https://ssl7.ovh.net/~LoginFTP cluster008 : https://ssl8.ovh.net/~LoginFTP cluster009 : https://ssl9.ovh.net/~LoginFTP cluster010 : https://ssl10.ovh.net/~LoginFTP cluster011 : https://ssl11.ovh.net/~LoginFTP cluster012 : https://ssl12.ovh.net/~LoginFTP cluster013 : https://ssl13.ovh.net/~LoginFTP cluster014 : https://ssl14.ovh.net/~LoginFTP cluster015 : https://ssl15.ovh.net/~LoginFTP ![]() Redirection via .htaccess You may redirect your domain to https in the .htaccess file: RewriteEngine on RewriteCond %[HTTP_HOST] ^domaine.com$ RewriteCond %[HTTP_HOST] ^www.domaine.com$ RewriteRule ^(.*) https://www.domaine.com/$1 [QSA,L,R=301] |