Web Development Tutorials
//

Category: Server Administration

Server Administration

Enable mod_rewrite in Apache

Enable mod_rewrite in Apache to turn ugly query strings into clean URLs. Load the module, allow .htaccess overrides, then add one RewriteRule so a…

July 25, 2026

Server Administration

Install WordPress Locally On Windows

Run WordPress on your own Windows machine with XAMPP, a free bundle of Apache, MariaDB, PHP, and phpMyAdmin. This tutorial installs the stack, creates…

July 19, 2026

Server Administration

Create Amazon EC2 Instance

Amazon EC2 Instance is a virtual computing environment, or simply a virtual server in the Amazon Web Services (AWS) Cloud provided by Amazon Elastic…

April 6, 2023

Server Administration

Check Apache, MySql, and PHP versions

To further check Linux Apache MySQL PHP (LAMP) stack installation, the following can be made to know the exact installed version of each application.…

March 23, 2023

Server Administration

Password Protect Your Apache Server

Protect a directory on an apache web server by adding a password that would require a user to authenticate themselves and thus would give…

March 1, 2023