Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

17 total results found

How to redirect my Joomla! site HTTP to HTTPS?

PHP Applications & CMS Setup

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...

HTTP
HTTPS
Joomla
SSL

Setting up Microsoft Outlook 2000 with POP3 protocol

E-mail

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...

POP3
SMTP
SSL
Outlook 2000

Setting up Microsoft Outlook 2007/2010/2013 with IMAP protocol

E-mail

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...

IMAP
Outlook 2007
Outlook 2010
Outlook 2013
SMTP
SSL

Setting up Microsoft Outlook 2007/2010/2013 with POP3 protocol

E-mail

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...

SMTP
Outlook 2007
Outlook 2010
Outlook 2013
POP3
SSL

Setting up Microsoft Outlook Express with IMAP protocol

E-mail

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...

IMAP
Outlook Express
SMTP
SSL

Setting up Microsoft Outlook Express with POP3 protocol

E-mail

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...

Outlook Express
POP3
SMTP
SSL

Setting up Microsoft Outlook 2000 with IMAP protocol

E-mail

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...

IMAP
Outlook 2000
SMTP
SSL

SSL Certificates and SNI Support Explained

Settings, guides

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 ...

SSL
SNI

How to Convert an SSL Certificate to Different Formats

Settings, guides

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 ...

SSL

How to Generate a CSR and Private Key on Windows

Settings, guides

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...

CSR
SSL

How to Generate a CSR and Private Key in Linux via Command Line

Settings, guides

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...

CSR
SSL

Why HTTPS Is Important for Websites

Settings, guides

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...

SSL

How to Set Up WordPress with SSL and HTTPS

Settings, guides

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...

HTTP
HTTPS
SSL
WordPress

How to Redirect HTTP to HTTPS

Settings, guides

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...

HTTPS
.htaccess
HTTP
SSL

How to Generate a CSR and Private Key in cPanel

Settings, guides

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...

CSR
SSL

How to Redirect HTTP to HTTPS Using .htaccess

.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...

.htaccess
HTTP
HTTPS
SSL

How to Install an SSL Certificate in cPanel

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...

SSL