When I try to open my php files, in Netscape 4.7, it shows the source code. And in IE 5, it asks me to download. This is all the info I can think of:
PHP Folder: C:\Program Files\Php
Apache Folder: C:\ Program FIles\Php
I've added the php.ini file to the C:\Winnt directory. And the only changes I've made are:
extension_dir = C:\Program Files\php
Both the 'include_path' and 'doc_root' have no value set.
My 'httpd.conf' file looks like this:
ScriptAlias /php/ "c:/program files/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
What I think may be the problem is that if the Action is set to "/php/php.exe", then Apache will look in C:/program files/php/php/php.exe, which does not exist =/.
I tried setting Action to "C:/program files/php.exe", but that didnt work either.
So I'm lost, cold and hungry, in the deep dark world of PHP/Apache/WinNT.I'm afraid that if I can't get this to work, I'll have to go back to ASP shudder:/
Any help would be greatly appreciated:/
And I really do think that they should release php/apache togther๐