I have successfully installed Apache (i think. Well, i can see the success page in my browser) I also have php installed.
When i try to add the following lines to httpd.conf...
LoadModule php4_module "C:/SERVER/PHP/sapi/php4apache.dll"
AddModule mod_php4.c
AddType application/x-httpd-php .php
Action application/x-httpd-php "c:/PHP/php.exe"
I get the following error
"Syntax error on line 193 of c:/serv
Cannot load c:/server/php/sapi/php4
d to the system is not functioning:"
line 193 is...
LoadModule php4_module "C:/SERVER/PHP/sapi/php4apache.dll"
The root to all of my server stuff including PHP and Perl is...
C:/SERVER/
The root to apache is...
C:/SERVER/Apache/
The root to PHP is...
C:/SERVER/PHP/
I have searched through many places to find the answer but they all seem to sugest i have done this right. Please could someone point me in the right direction.
Thanks
skripty