PHP configuration problem .

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • why

    PHP configuration problem .

    Hi,

    I have just started my php learning .
    Few days ago I have successfully install
    PHP+Apache+mysq l .
    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

    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 .
  • kingofkolt

    #2
    Re: PHP configuration problem .

    "why" <m004202002@yah oo.com> wrote in message
    news:755f39b8.0 406121844.53657 7ba@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I have just started my php learning .
    > Few days ago I have successfully install
    > PHP+Apache+mysq l .
    > 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 .[/color]

    You said you type http://localhost/test.info. Isn't the name of the file
    test.php (not test.info)? Is this just a typo you made here in this
    newsgroup or is that maybe your problem?

    - JP


    Comment

    • why

      #3
      Re: PHP configuration problem .

      "kingofkolt " <jessepNOSPAM@c omcast.net> wrote in message news:<quPyc.265 99$0y.17050@att bi_s03>...[color=blue]
      > "why" <m004202002@yah oo.com> wrote in message
      > news:755f39b8.0 406121844.53657 7ba@posting.goo gle.com...[color=green]
      > > Hi,
      > >
      > > I have just started my php learning .
      > > Few days ago I have successfully install
      > > PHP+Apache+mysq l .
      > > 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 .[/color]
      >
      > You said you type http://localhost/test.info. Isn't the name of the file
      > test.php (not test.info)?[/color]
      Soory ..it was my typing error;) . Any way I have reinstall "apache".
      Now it works.

      Thankyou .
      [color=blue]
      >Is this just a typo you made here in this
      > newsgroup or is that maybe your problem?
      >
      > - JP[/color]

      Comment

      Working...