Alright I have windows 7 and I am trying to get apache2 load my php5 phpinfo file.

I have been reading through sams teach yourself guide but I got to this part and I am stuck and it does not seem to work.

"We also need to make a version of php.ini availale. To do this, first add your PHP directory to your windows path ( not entirely sure what they mean here).

But I presume this is a super noob question and I am just putting some thing in the wrong place! I know the file works because if I upload it behind my domain it does as it should so it's not the infophp file.

Any advice would be great.

    19 days later

    Open a cmd shell.

    Type "path" at the prompt.

    If the directory with "php.exe" in it is not listed, you need to add that directory to your path. You can do this from the command line or from "{My} Computer" properties (which ever tab deals with Environment variables and such ... perhaps "Advanced" IIRC).

      Write a Reply...