Popular Articles
Failed to install SSL certificate
We need a CSR or Private Key to proceed further, if you are moving an SSL cert from a previous server. The Private Key from the previous host is needed. If this is a new SSL they got from SSL vendor (for the first time for this site) please make sure ...
Install SSL Certificate inside SolidCP
Login to your SolidCP Control Panel 2. Click on Web Sites under your plan. 3.Click on the website to which you wish to install the SSL. 4. Choose SSL from the tabs on the next window. 5. If you already have the SSL click on Upload Certificate, ...
How to check if Perl module is installed
To verify if a specific perl module is installed on the server/ready for use, you can execute this command from shell: perl -e "use Themodulename::Here" For example, let's test if Zlib is installed "A core Perl module installed by default on all ...
Drupal requires mbstring disabled
If you receive this error message when attempting a new Drupal Install, there is a way to rectify the settings so you can proceed with an install. Error Message: **Multibyte string input conversion in PHP is active and must be disabled. Check the ...
Common .htaccess Redirects
#301 Redirects for .htaccess #Redirect a single page: Redirect 301 /pagename.php http://www.domain.com/pagename.html #Redirect an entire site: Redirect 301 / http://www.domain.com/ #Redirect an entire site to a sub folder Redirect 301 / ...