Hi,
I've got a straightforward install of PHP -works ok under IIS so thats fine...
I've got Apache installed and it can serve pages ok - Just need to get it to process PHP files now.
Here's the path to the PHP exe:
C:\Program Files\PHP\php.exe
These are the entries in the http.conf file currently:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
ScriptAlias /php/ "C:/Program Files/PHP/"
Action application/x-httpd-php "/php.exe"
I just get a 'file not found' error when I browse to any php file now....
Can anyone simply tell me how the lines should read in the config file - any help much appreciated.
Best Regards
JB