How to mod_rewrite Enable in Apache Ubuntu 18.04/20.04/22.04

Mod_rewrite is famous for translating human-readable URLs in dynamic websites. This makes the URL’s look cleaner and friendly in websites. In this guide, we are going to cover the steps of enabling mod_rewrite on your Apache Server running on an Ubuntu 18.04 VPS. The apache Mod_rewrite is very popular for rewriting human-readable URLs in dynamic websites. … Read more

Solved WordPress Plugin cannot write to the Cache Directory Error

wordpress fix file permissions plugin, cache etc; In this tutorial, i am going to show you how to solve wordpress file permissions plugin, wp content cache is not writable , wp-content permission, etc. Solved WordPress Plugin cannot write to the Cache Directory Error There are two ways to modify the folder/directory permissions of your WordPress … Read more

How To Install the Apache Web Server on Ubuntu 20.04/22.04

Install Apache 2 on AWS ec2 instance ubuntu. Through this tutorial, i am going to show you how to install apache 2 web server on aws ec2 instance ubuntu linux. Nota that, The Apache HTTP web server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, … Read more

How to Install and Use Mono on Ubuntu 22.04

Mono is a platform for developing and running cross-platform applications based on the ECMA/ISO Standards. It is a free and open-source implementation of Microsoft’s . NET framework. This tutorial covers the steps required to install Mono on Ubuntu. Mono is a software platform designed to allow developers to easily create cross platform applications part of the . NET … Read more