Page 1 of 1

Win xp, Apache2.x, PHP4.x, problems testing php

Posted: Thu Mar 13, 2003 8:30 am
by ronanmckibbin
I have installed Apache2.x on windows XP and PHP-4.3.1-win32 the server starts Ok (I think)and I'm able to view html files but when I try my PHP test file containing:
<?php
phpinfo();
?>
saved as a .php file.
I enter my IP address, eg.172.183.203.136/test.php
and up pops a dialog box asking me if I want to save the file "test.tar"
Iwas thinking posibly my: doc_root ="c:\ProgramFiles\ApacheGroup\Apache2\htdocs" is wrong or I have put the test.php in the wrong folder, it is in the htdocs.
Can you help me?
Thanks
Ronan