-
Domain Does Not Work With www
Fixing a website that cannot be accessed with www Every day it’s common to find websites using only the root domain name, eg. domain.tld, instead of adding www before the domain (www.domain.tld). This can be a matter of preference, and you can set up your domain to be accessed in both ways. If you’re currently…
-
How To Install Linux, Apache, MySQL and PHP (LAMP Stack)
What Is A LAMP Stack?A LAMP stack is a set of four popular opensource components for web development. Each of the letters in the LAMP acronym stands for one of the components: sudo apt update – is optional use to update apt repository Install Apache sudo apt install apache2 -y apache2 -v (check version) Install MySQL…