Lets Encrypt: https://github.com/PKISharp/win-acme Windows Client: https://github.com/PKISharp/win-acme/releases
Category: Web Design
What is EasyApache & How to Install or Uninstall EasyApache 4
EasyApache is a software that installs, modifies, and validates your Apache web server, PHP, Tomcat, and other components of your web server. EasyApache 4 supports the following operating systems: CentOS 6 or 7. CloudLinux 6 or 7 (cPanel & WHM version 56 or later only). Red Hat Enterprise Linux 6 or 7. EasyApache 4 supports PHP versions…
How to install CentOS Web Panel
If you’re using CentOS for any part of your data center, chances are you’re looking for an easier administration solution. Although CentOS offers a very nice GUI desktop (GNOME 3), there are certain systems and services you want to be able to manage with a level of efficiency that requires a web-based admin console. That’s…
How to Force SSL in Drupal
After purchasing & Installing the SSL certificate, you will need to force SSL usage on Drupal / WordPress. Inside the .htaccess file, you will need to add something like this (replacing your domain name as needed): RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^domainname\.com* RewriteRule ^(.*)$ https://www.domainname.com/$1 [L,R=301] These rewrite conditions should be placed after the…
How to enable Cloud Fare on VPS
STEPS: 1. SSH to the server in which you need to install CloudFlare plugin. 2. Enter the cPanel basic directory: cd /usr/local/cpanel 3. Download the tar file to your server. curl -k -L https://github.com/cloudflare/CloudFlare-CPanel/tarball/master > cloudflare.tar.gz 4. Untar the file tar -zxvf cloudflare.tar.gz 5. This will extracts a directory which includes a UNIQUE_ID. The sample…
How to install Softaculous on VPS server
Softaculous is a great Auto installer which have a lot of scripts to achieve our needs. In our WHM/cPanel server we can use the Softaculous as an add-on, which manage installations. Prerequisites: The php extension IonCubeLoader is must be enabled on your server. Method I: # wget -N http://files.softaculous.com/install.sh # chmod 755 install.sh # ./install.sh…
Hassle-free Email Migration & Conversion
This useful program solves a problem most of us have often wrestled with: If you’re moving to a new e-mail client, how can you get all your old e-mails into your new software? It solves the problem neatly by taking you through a few simple steps. It will convert your old mail to your new…
How to import large data bases to phpMyAdmin
You cannot import mysql database of file size more than 50 MB from your site’s PHPmyAdmin. Even though its compressed with gzip or zip, your_database.sql.gz shouldn’t exceed that maximum file size limit. So how to import larger mysql database? The workaround is importing it with Bigdump script. You can download the script from here. Watch…