Tag: Apache2
Create a Password Protected Directory

There are times when we need to protect our entire website or some directories on the website itself. There are…
WordPress: All Pages Redirect to 404

If the .htaccess configuration is correct it means we haven’t enabled the apache2 rewite mod. To enable, simply run the command…
Fix: sudo: unable to resolve host

This is happens when we pick the name of fqdn when firstly install Vesta and the name is different from…
Check if Apache2 and MySQL Services are Running on Ubuntu
To check if Apache2 service is running, simply run the following command: sudo service apache2 status To check if MySQL…