I am running a Apache webserver in WinNT4.0.
I installed PHP 3. Everytime i try to load a script in the browser, it opens a dos shell window and tries to run it there instead of in the browser.
If someone tries to view the file from a diffrent computer, it tries to save the file to their computer instead of running it in the browser.
I have already added the following lines to my httpd.conf file.
ScriptAlias /php3/ "C:/Program Files/Apache Group/Apache/htdocs/"
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3-source .php3
Action application/x-httpd-php3 "/php3/php.exe"
I have also placed the php.ini file in my WinNT directory, and set the paths for the php directories in it.
I dont know what else to do. Please help.
Thank you
Shabbir