I've installed apache2.0.39 and php 4.2.2 and it's working with the .php pages fine.
I'm using the sapi module.
The lines from my httpd.conf are:
LoadModule php4_module E:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
it works fine for the php files but for .phps files it tries to get me to save them when I try to view them. It doesn't display them like it should.
I'm not sure why and I cant work it out and haven't been able to find an answer anywhere.
If anyone has any suggestions I'd be very grateful.
Thanks