Dear all, I have a hard time to configure php-4.3.0-win32 with apache 1.3 on windows xp. Before I tried on windows xp, I suceeded in my first try on windows 2000 (another machie) by following php install.txt. In my effort on windows xp machine, apache server came with ORACLE 9i database which I downloaded before. I am trying to configure php with apache which came with oracle.
Please look through what I did (install php as apache module) step by step and give me some suggustions: (1) downlaod php package and extract all file to c:\php (2) copy c:\php\php.ini-dist to c:\windows and change name to php.ini (3) modify php.ini as "extension_dir = c:\php\extensions" (4) copy php4apache.dll from c:\php\sapi to c:\php (just put it with php4ts.dll in the same directory) (5) add following codes to apache httpd.conf LoadModule php4_module c:/php/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php (6) restart apache server (7) create a phpinfo.php which had only one line "<?php phpinfo();?>" in apache htdos dir (8) open url localhost/phpinfo.php in IE The result from step (8) return me "<?php phpinfo();?>" instead of a php info HTML page. thanks for your time and responce Joe -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php