hey
I have installed the apache 1.3.27 and php-4.3.2 on windows XP.
My apache server returns a page about the apache server. But when I do the http://localhost/phpinfo.php it just returns me the code of the php but I cant see the page that should be there telling about the information about php. I have configured all the http.conf and php.ini and my phpinfo.php is in the apache/htdocs
here is the conf i have used for the http.conf
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
Action application/x-httpd-php "/php/php.exe"
Also I have conf the loadmodule php..thing ...but this also doenot help
I have changed the documentroot and directory and infact all the setting i can find on the net.
I will really appreciate if someone can help me in this matter I have all the dlls also ..do tell where they should be and Mysql should be running when I am accessing:http://localhost/phpinfo.php.
Any help will be apprecated..................................
thanks
Abhi😕