USBWebServer – Webserver On A USB Stick

USBWebserver is a portable software that can be run from a USB Stick. It consists of the following applications. Apache web server, MySQL Database, PHP, and PHPMyAdmin. In other words, you got yourself a portable WAMP stack.

Read more

How To Enable mod_rewrite In Ubuntu Linux

mod_rewrite is an Apache web server module which is used to rewrite a URL at the server level. This module has a variety of uses. But it is most frequently used to provide clean, search engine friendly URLs. This article explains how to enable Apache mod_rewrite in Ubuntu Linux.

Read more

How To Install LAMP Server in Ubuntu Linux

This guide teaches you how to install LAMP server in Ubuntu Linux the easy way. LAMP is an acronym for Linux Apache MySQL and PHP. Apache web server, MySQL database, and PHP form the de facto standard for running any content management system – be it WordPress, Drupal, Joomla and so on.

Read more

How to enable mod_rewrite in XAMPP

This article describes the steps required to enable mod_rewrite in XAMPP.

Read more