PHP on localhost with Apache 2 and Windows 9x
Here are just the first steps:
- Install Apache 2
- Install PHP with PHP Easy Installer
- The end of httpd.conf should now look like:
LoadModule php4_module C:\PHP4\php4apache2.dll
AddType application/x-httpd-php .php
(search for php4apache2.dll and adjust the first line to that directory)
- Save your *.PHP-files in the Apache Group/apache 2/htdocs directory (other directories
will result in the 403 - Access forbidden error message unless the httpd.conf isn't changed)
- Type http://localhost/ + filename.php into your browser (not: file//) and the php will be parsed
Radiovibrations.com ->
php