Advanced Search
Search Results
17 total results found
How to redirect my Joomla! site HTTP to HTTPS?
Checklist for your set up To get SSL Certificate enabled for your Joomla site, you should have these followings in advance. SSL Certificate, which has been installed successfully on your server. You can learn about how to get SSL Certificate HE...
Setting up Microsoft Outlook 2000 with POP3 protocol
Create a mailbox! (How to create E-mailbox in cPanel?) After creating the mailbox, in the cPanel interface, under Email Accounts in the Mail box, scroll down to Email Accounts and click Set Up Mail Client. cPanel will display the information required for setu...
Setting up Microsoft Outlook 2007/2010/2013 with IMAP protocol
Create a mailbox! (How to create E-mailbox in cPanel?) After creating the mailbox, in the cPanel interface, under Email Accounts in the Mail box, scroll down to Email Accounts and click Set Up Mail Client. cPanel will display the information required for setu...
Setting up Microsoft Outlook 2007/2010/2013 with POP3 protocol
Create a mailbox! (How to create E-mailbox in cPanel?) After creating the mailbox, in the cPanel interface, under Email Accounts in the Mail box, scroll down to Email Accounts and click Set Up Mail Client. cPanel will display the information required for setu...
Setting up Microsoft Outlook Express with IMAP protocol
Create a mailbox! (How to create E-mailbox in cPanel?) After creating the mailbox, in the cPanel interface, under Email Accounts in the Mail box, scroll down to Email Accounts and click Set Up Mail Client. cPanel will display the information required for setu...
Setting up Microsoft Outlook Express with POP3 protocol
Create a mailbox! (How to create E-mailbox in cPanel?) After creating the mailbox, in the cPanel interface, under Email Accounts in the Mail box, scroll down to Email Accounts and click Set Up Mail Client. cPanel will display the information required for setu...
Setting up Microsoft Outlook 2000 with IMAP protocol
Create a mailbox! (How to create E-mailbox in cPanel?) After creating the mailbox, in the cPanel interface, under Email Accounts in the Mail box, scroll down to Email Accounts and click Set Up Mail Client. cPanel will display the information required for setu...
SSL Certificates and SNI Support Explained
WHAT IS THE SNI? SNI is the abbreviation for Server Name Indication. An extension of the TLS protocol that allows servers to use multiple SSL certificates at an IP address. In practical terms, this means: the number of available IPv4 addresses is constantly ...
How to Convert an SSL Certificate to Different Formats
Different platforms and devices require SSL certificates to be converted to different formats. For example, a Windows server exports and imports .pfx files while an Apache server uses individual PEM (.crt, .cer) files. For more information about the different ...
How to Generate a CSR and Private Key on Windows
In order to be able to obtain the private key required to use the SSL certificate and later use Microsoft Windows, and the CSR must install the OpenSSL binary. After installation, we will be able to create the certificate signing request and the associated pri...
How to Generate a CSR and Private Key in Linux via Command Line
To issue a certificate, you need a certificate signing request, briefly a CSR file. Based on the data provided in the CSR file, the certificate issuer will issue the certificate that can later be used, among other things, to secure websites.The certificate sig...
Why HTTPS Is Important for Websites
If you are requesting your visitors to provide sensitive information on your website: In case of login pages subscribing to newsletters or submitting orders In case of Facebook applications, since Facebook only accepts content from secure web sites. If the...
How to Set Up WordPress with SSL and HTTPS
f you are starting a new site and/or want to use HTTPS everywhere on your site, then you need to update your site URL. You can do this by going to Settings -> General and updating your WordPress Address (URL) and Site Address (URL) address fields.Now if y...
How to Redirect HTTP to HTTPS
REDIRECT ALL WEB TRAFFIC To force all web traffic to use HTTPS insert the following lines of code in the .htaccess file in your website’s root folder. RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-vali...
How to Generate a CSR and Private Key in cPanel
To issue a certificate, you need a certificate signing request, briefly a CSR file. Based on the data provided in the CSR file, the certificate issuer will issue the certificate that can later be used, among other things, to secure websites. The certificate si...
How to Redirect HTTP to HTTPS Using .htaccess
REDIRECT ALL WEB TRAFFIC To force all web traffic to use HTTPS insert the following lines of code in the .htaccess file in your website’s root folder. RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-vali...
How to Install an SSL Certificate in cPanel
If the certificate was previously installed on storage, you can configure it through the cPaneles interface as follows: Log on to the cPanel interface and find and click on SSL/TLS in the Security box. On the page that appears, select the Install...

