Free Articles and Tutorials: PHP

This page contains a listing of free articles and tutorials.


PHP

Fixing a Blocked Port in XAMPP

You're trying to use XAMPP to do PHP development. But when you start Apache, you get an error. The chances are that it's due to a blocked port. In this video, I'll show you how to fix that error by changing the port that Apache uses. Below the video, I provide text instructions.

Read Article

How to Modify the httpd.conf File using XAMPP on OSX

The httpd.conf file is the main configuration file used by Apache HTTP Server. If you're using XAMPP for development, you can open the httpd.conf file via manager-osx.

Read Article