PHP on IIS

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

    PHP on IIS

    I am trying to run a simple php file and I have IIS installed and I keep
    getting the error: Page not found

    I put the file in C:\Inetpub\wwwr oot\PHP and the file is definitely there

    I request the file like this http://localhost/php/test2.php

    Why do I get this message I thought that IIS does return php files

    Thank you in advance,
    Samuel


  • Snef

    #2
    Re: PHP on IIS

    Is C:\Inetpub\wwwr oot\ the root of your site?

    You could set the directorybrowsi ng on, so you can see what dir you are actually
    serving.

    Snef.

    Samuel Shulman wrote:
    I am trying to run a simple php file and I have IIS installed and I keep
    getting the error: Page not found
    >
    I put the file in C:\Inetpub\wwwr oot\PHP and the file is definitely there
    >
    I request the file like this http://localhost/php/test2.php
    >
    Why do I get this message I thought that IIS does return php files
    >
    Thank you in advance,
    Samuel
    >
    >

    Comment

    Working...