How To Install And Configure WAMP 3.2.3 Server On Windows 10 20H2

What is a WAMP server? WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases. What are we going to install? WAMP Server with Apache 2.4.46 , PHP 7.3.21 (you can go higher if you […]
How To Change OpenLiteSpeed Port 8088 To 80 In Ubuntu 20.10

Simple video to change default OpenLiteSpeedport 8088 to 80 🙂
How To Install the OpenLiteSpeed Web Server PHP and MariaDB on Ubuntu 20.10

OpenLiteSpeed has some useful features that make it a solid choice for many installations: it features Apache, PHP and MariaDB, WEB PANEL and more…
How To Install XAMPP Plugins In Ubuntu Linux (Installing WordPress Plugin)

What is XAMPP In Linux? XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. What is WordPress? WordPress is the world’s most popular […]
How to install XAMPP in Ubuntu \ Lubuntu Linux

This is a simple tutorial on how to install XAMPP on our Linux machine. XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. Website to download XAMPP Commands: A simple video on how to install: We hope you enjoyed this article. if that is so […]
How To Install And Configure XAMPP 8.0.3 on Windows 10

What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. Why use XAMPP? Not everyone is used to using Linux servers, […]
How to Install the PHP GeoIP Extension

The GeoIP extension allows you to find the location of an IP address, including the city, state, country, latitude, and longitude.
If you’d like to use the new GeoIP2, MaxMind now offers a pure PHP implementation that doesn’t require a C extension: https://github.com/maxmind/GeoIP2-php.
How to block ip addresses and protect files and folders with apache and .htaccess in ubuntu?

In this tutorial we are going to create block list for our website so that IP addresses that we know are bad can’t connect to our server. Also we are going to protect files that we don’t want to be opened by other people online. First we edit 000-default.conf and make the needed changes: Now […]