I've downloaded PHP 4.0.6 and followed there two line instructions concerning rigging
Apache for PHP interpreting:
LoadModule php4_module c:/php406/sapi/php4apache.dll
AddType application/x-httpd-php .php
I stuck this in httpd.conf right after the commented out modules that they warn you
should never enable without "professional" supervision.
I get the following error:
Cannot load c:/php406/sapi/php4apache.dll into server: (127) The specified procedure
could not be found:
I have permissions set on the directories, the dlls and the exe for IUSR_...
I'm new to Apache (but I do realize it is supperior). Will someone point me to a good
link with information about PHP and Apache setup?
Thanks
RDB