Configuring subdomains on Apache HTTP Server
Configuring subdomains (or virtual hosts) in Apache HTTP Server allows you to host multiple websites on your server or dev…
productivity through technology
All posts relating to a Windows computer configured for Apache, MySQL & PHP.
Configuring subdomains (or virtual hosts) in Apache HTTP Server allows you to host multiple websites on your server or dev…
Setting up a dev box with Apache HTTP Server, PHP and MySQL is an important skill for any web developer.…
The end goal here is to configure MongoDB & PHP on a WAMP dev box. In this post: Required knowledge:…
I battled for hours to install MongoDB on my WAMP dev box. Setting MongoDB up is a breeze; getting it…
I am busy maintaining my dev box and upgrading all the software necessary for all the “fun stuff”. Part of…
As a web developer, you should understand how all the parts of a website work together including how a web…
phpMyAdmin is used to administer a MySQL database over the Internet; it is a crucial tool that web hosting companies…
Installing MySQL on a Windows machine is a breeze with the MySQL Windows Installer. The installer is a utility allowing…
Installing PHP is relatively simple. Follow the steps in this guide to install PHP version 8 on a Windows operating…
It is recommended that for security reasons you do not include database connection details in your scripts, so where exactly…