This is a discussion on PHP configuration problem . within the PHP General forums, part of the PHP Programming Forums category; Hi, I have just started my php learning . Few days ago I have successfully install PHP+Apache+mysql . I create ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have just started my php learning . Few days ago I have successfully install PHP+Apache+mysql . I create a test.php file with <? phpinfo(); ?> It works . Letter I have made some change in my win2000 (stop some services). Now 1) I "start apeche in console" it shows Apache/1.3.28<win32> php/4.3.3 running ...... 2) But when I type http://localhost/test.info IE tries to connect to the internet .It fails to show php version info as before . What to do so that my browser can find webserver as before . Please help me . BTW ... I did not change any php,apche,mysql file . |
|
|||
|
Also a newbie ...
but should it be test.PHP (not test.info)? bill On 12 Jun 2004 19:51:28 -0700, m004202002@yahoo.com (why) wrote: >Hi, > >I have just started my php learning . >Few days ago I have successfully install >PHP+Apache+mysql . >I create a test.php file with ><? >phpinfo(); >?> >It works . >Letter I have made some change in my win2000 (stop some services). > >Now > >1) I "start apeche in console" it shows > Apache/1.3.28<win32> php/4.3.3 running ...... > >2) But when I type > http://localhost/test.info > IE tries to connect to the internet .It fails to show php version >info as before . > >What to do so that my browser can find webserver as before . >Please help me . > > >BTW ... > I did not change any php,apche,mysql file . |