Build a New Joomla Website in less than 30min! | Joomla Installation

Build a New Joomla Website in less than 30min!
How to create a new Joomla website in less than 30 minutes. A manual install using cPanel.
A step by step guide on installing and setting up a Joomla website with some extra tips on using .htaccess at the end of the install.

The stages we take
1. Buy a domain
2. Buy a hosting package
3. Change domain Name Server
4. Download Joomla
5. Upload Joomla
6. Create Database
7. Install Joomla
8. Set the .htaccess file

The code for forcing the ‘www’ in .htaccess -

#Force www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^website.com [NC]
RewriteRule ^(.*)$ https://www.website.com/$1 [L,R=301,NC]