8Apr/106
.htaccess tip – Force www. in dynamic php mysql flash web site tutorial
Here is the code to copy and paste # Make all requests have the www. in them rewriteengine on rewritecond %{HTTP_HOST} ^websitename\.com rewriterule ^(.*)$ www.websitename.com [R=permanent,L] In this quick web development tip Adam Khoury of Flash Building discusses the apache method of forcing script connection in case the www is missing from a URL that requires it for script connection.
21Feb/1012
Install Apache 2.2, MySQL 5, PHP 5, phpMyAdmin for Linux Ubuntu 8.10
Visit www.myownserver.info for more information and the high-quality video. This tutorial shows how to install Apache, mysql, PHP5, and phpmyadmin on Linux Ubuntu 8.10 using the Synaptic Package Manager. I also demonstrate how to install a GUI for Apache, which is an application called Rapache.

