by Aromal Rajagopal | Mar 18, 2010 | Quick fixes, Technical |
Issue : The server hostname was changed. Ever since that, secure access such as http://servername.new:2087 redirects to https://servername.old:2087 Fix : This happens when the SSL certificate has not been reset for the services. Go to WHM >> Manage Service SSL...
by Aromal Rajagopal | Jan 29, 2010 | Quick fixes, Technical |
Issue : Need to redirect https://domain.com to https://www.domain.com for SSL purposes. Solution : Use the following code in the htaccess file under the public_html folder for the concerned domain : RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.com [NC]...
by Aromal Rajagopal | Nov 6, 2009 | Articles and tutorials, Technical |
Following are the steps to install an SSL certificate in Plesk : 1. Download the Primary, Intermediate and Root certificate files. 2. Log in to the Plesk Control Panel. 3. Select ‘Domains’ from the left menu. 4. Click on the domain name for which the...
by Aromal Rajagopal | Sep 16, 2009 | Quick fixes, Technical |
Issue : A wild-card SSL (*.server.tld) works for the server hostname (https://hostname.server.tld) but does NOT work for cPanel/WHM (https://hostname.server.tld:2083) Fix : – Go to WHM >> Service Configuration >> Manage Service SSL Certificates – Install...
by Aromal Rajagopal | Jul 10, 2009 | Quick fixes, Technical |
Issue : When someone tries to access the site through the insecure URL (http) , it should redirect ( to https ) automatically. Fix : This can be easily achieved by putting the following code in the .htaccess file under ‘public_html’ folder : RewriteEngine...