Abbey Workshop | ||||||||||
This tip document documents the basic steps to install PHP for Apache on Windows 9x. Complete installation instructions are included in the install.txt file that complete with the .zip file for Windows.
Now you are ready to configure PHP. I prefer installing PHP as an Apache module, so that is the method covered here. However, other options are covered in the PHP documentation.
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
Stop and restart the Apache server. PHP should now be installed and working.
Note: This tip was tested on Windows 98 with Apache 1.3.23 and PHP 4.1.1. Your mileage may vary on any other Windows platform.
Copyright © Abbey Workshop 2006