Apache 2.4 Basic Auth Not working

I have setup a website earlier on a staging environment using Apache 2.4. Everything was working fine until I tried to setup Basic Authentication in apache. First I tried it on the .htaccess file. This is what i wrote on…

Upgrade php5 to php7 on ubuntu 15

Now that php5 no longer has support in 2017, a lot of webmasters are trying to upgrade their php to php7. Here’s how to upgrade your php5 to php7. First install python-software-properties and then add ppa:ondrej/php-7.0 to your apt repo….

MySQL error code 1524

I tried logging in to my MySQL server remotely and suddenly, this error appear. MySQL error code 1524. I didn’t know what it means and I am freaking out because I could lose all my data. So I did a…