Category Archives: Joomla

How to Install Joomla 3.9 on Host Server

This post will help you install latest version of Joomla on your web hosting server using cPanel that includes Softaculous CMS installer. But before you start installing Joomla on your server, please make sure your php version is set to the recommended version by Joomla, at this moment it’s PHP 7.3 and you also have enabled ‘mysqli’ php extension; this is what is used by Joomla but it may change anytime you never know.. Other CMSes have already started using PHP PDO extension.

If you should want to add a new domain for this Joomla installation; you want to add your domain via cPanel using ‘addon domain’.

Login to cPanel a/c

To make all these changes on your server, you need to login to your hosting cPanel account and look for ‘Select PHP version’ plugin to set latest PHP version and enable ‘mysqli’ extension.

Set PHP Version as Default

Assuming that you have set latest version of PHP, enabled mysqli ext and added domain name too.

Look for Softaculous Apps Installer

Within the cPanel interface, you can search for Softaculous and for Joomla. I think finding softaculous is much easier, in my case, it is available in the very top row. Otherwise, you simply scroll down to the bottom of the page and look for Joomla; you’ll find Joomla under Softaculous section. Once your find Joomla; just click it to start the installation.

Select http Protocol and Domain

On this Softaculous apps installer page, select your preferred http protocol which in my case it’s ‘https’ and then select your domain name for this Joomla installation.

Create Joomla Admin Profile

On the Joomla installation page, create your Joomla admin profile and customize your database name and database table prefix under advanced options.

Before You Click Install

Before you click install button at the bottom; scroll up and check all the credentials and enter your woking email address below the INSTALL button and then click “INSTALL” button.

Login to Joomla Admin Dashboard

Watch me install Joomla on my shared web hosting server using cPanel and login to Joomla admin dashboard.

Related Posts..

How to install Joomla 3.9.1 on Windows 10

How to download and install Joomla the content management system. it’s widely used worldwide and this is basically three point nine point one release that I’m going to download and install on your on my Microsoft operating system Windows 10 and this can be downloaded and installed on Microsoft Vista Windows 7  and Windows 8 as well.

How to Install Joomla on Windows 10

This post will help install latest version of Joomla on your Desktop and Laptop using Windows 7, Windows 8, and Windows 10. There are few software requirements for installing Joomla locally. You need to have PHP 7.x, MySQL or MariaDB, and Web Server like Apache or NGINX.

Before We Install Joomla on Windows 10

In this post, I’ll be using XAMPP which installs and configures latest version of PHP, MariaDB, and Apache2 web server on Windows 7 and above and on Mac OS too. XAMPP is a cross platform apache, mariadb, php and perl package, which is also open source.

One more thing you get with XAMPP is phpmyadmin which is graphical user interface to manage SQL database.

With XAMPP, you can install Joomla, Joomla, Drupal, and other PHP powered CMSes out there.

Install PHP, MySQL, Apache (XAMPP) for Joomla

There are a few options when it comes to installing php, MySQL, and Apache, the simplest one is XAMPP, which open source and also cross platform. XAMPP comes with control panel that makes managing services easy from one centralized window.

XAMPP control panel

Download XAMPP

How to Install Joomla 3..7.5 on Windows 10 locally using XAMPP server. How to create a database with PHPMyAdmin.

If you come across any issue while downloading and installing XAMPP on Windows 10, Windows 8, Windows 7, please watch this quick video tutorial.

Download & Install Latest Joomla

To download latest version of Joomla, click here. This link downloads latest version of Joomlafrom https://Joomla.org/latest.zip

  1. Download Latest Joomla from here
  2. Unzip the Joomla download
  3. Open htdocs folder from xampp folder in C drive
  4. Copy and Paste extracted Joomla into htdocs
  5. Rename the Joomla folder in htdocs
  6. Launch browser, go to http://localhost/phpmyadmin in browser tab
  7. Create a database for Joomla installation
  8. Open https://localhost/joom_folder_name in a new browser tag
  9. Click ‘Let’s go’
  10. Fill the database credentials (db name, root, and no password)
  11. Create your admin profile
  12. Click Install
  13. Login to admin area/dashboard at localhost/joom_folder_name/admin
  14. Enter your admin username and password, and click LOGIN

Install Joomla with XAMPP on Windows

If you need step by step walkthrough to install xampp, please watch video above. This video will show you how to install Joomla on Windows 10.

Install Joomla on localhost

To install Joomla on localhost, you must have a webserver, PHP, and MySQL installed and running. This post is using XAMPP to install and configure PHP, MySQL, and Apache2 webserver.

Download and unzip latest version of Joomla and put unzipped Joomla under xampp/htdocs/yourjoom

Create a database on localhost/phpmyadmin and user database name, username (root) and database password (“”) which is empty to install Joomla on your localhost.