I am completely new to PHP. I want to install WAMP but have problems with configuring my system.
System components:
- Win98 (upgrade from Win95)
- Apache_1.3.22-win32-x86.msi
- PHP-4.1.1-win32.zip
- and no other software!
Until now I did the folling setups:
Installed Apache in C:\Apache and RUN AS A SERVICE FOR ALL USERS.
Installed PHP in C:\Apache\php
Copied php4ts.dll to C:\Windows\System
Copied php.ini-dist to C:\Windows\php.ini
Edited httpd.conf:
a) Below the LoadModule list- LoadModule php4_module c:/apache/php/sapi/php4apache.dll
- AddType application/x-httpd-php .php
- AddType application/x-httpd-php-source .phps
b) Below the AddModule section - AddModule mod_php4.c
- LoadModule php4_module c:/apache/php/sapi/php4apache.dll
But when I start the Apache Server in my console I always get an error message like "Cannot load c:/apache/php/sapi/php4apache.dll into server (1157)"
PLEASE HELP ME ASAP!!!