Hi,
I have installed PHP4 and apache 1.3.27 along with Mysql 3.23 for windows 98. I have checked that Mysql is working fine. Now I am trying set PHP & Apache configuration. I have done everything whetever PHP manual says but it is not working. I have copied all my PHP source in the document folder (htdocs) of Apache web server. Modifed the Apache's conf file for PHP set up but nothing is working. When I try to open any php in web browser it opens the source code nothing else. I have checked Apache and it seems that Apache is running. Now I seek help in PHP & Apache configuration thing. I will appreciate any help in this regard. It will be great if someone can send me or show me working Apache's conf file. Please help.
Thanks. P. Tyagi
In the config file, did you uncomment: LoadModule php4_module libexec/httpd/libphp4.so AddModule mod_php4.c
and add: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps
??
Thanks for your reply. I tried to add LoadModule php4_module libexec/httpd/libphp4.so AddModule mod_php4.c but it gave me an error that it can't load them ( as they are not available). Are these needed in win98 apache setup? I have had already added one loadmodule with php4apache.dll.
Pleas confirm.
Thanks.
Did you try checking this site out? It may help. http://www.webreview.com/2000/09_29/developers/09_29_00_2.shtml