Home IIS.NET Forums Partner and Community Forums PHP Community Save test.php?
Last post May 20, 2007 12:34 PM by gammet
3 Posts
May 20, 2007 09:29 AM|gammet|LINK
OS: Vista Home Premium
PHP: 5.2.2
I've installed php like Bill's blog states, but when I try to run the test.php, the browser keeps asking me if I want to save the file.
What else do I need to do?
thx
Gammet
191 Posts
Microsoft
May 20, 2007 11:54 AM|rickjames|LINK
Hi Gammet,
It sounds like you handler mapping is incorrect. The static file handler is usually at the bottom of the list, matching star. If nothing else matches the request goes to the static file handler. You may want to check your handler for *.php.
Cheerz,
Rick.
May 20, 2007 12:08 PM|gammet|LINK
seems, ok
new problem though, the page loads but nothing shows, no errors neither
May 20, 2007 12:34 PM|gammet|LINK
found the problem
i only added the isapi module to the handlers from the root (i.e. server), I still had to add it to the default website
which strikes me as weird, since the rest of the settings had automatically been applied to the default website when I had set them for the server.
anyway, sorry for the trouble, thx for your efforts
3 Posts
Save test.php?
May 20, 2007 09:29 AM|gammet|LINK
OS: Vista Home Premium
PHP: 5.2.2
I've installed php like Bill's blog states, but when I try to run the test.php, the browser keeps asking me if I want to save the file.
What else do I need to do?
thx
Gammet
191 Posts
Microsoft
Re: Save test.php?
May 20, 2007 11:54 AM|rickjames|LINK
Hi Gammet,
It sounds like you handler mapping is incorrect. The static file handler is usually at the bottom of the list, matching star. If nothing else matches the request goes to the static file handler. You may want to check your handler for *.php.
Cheerz,
Rick.
3 Posts
Re: Save test.php?
May 20, 2007 12:08 PM|gammet|LINK
seems, ok
new problem though, the page loads but nothing shows, no errors neither
3 Posts
Re: Save test.php?
May 20, 2007 12:34 PM|gammet|LINK
found the problem
i only added the isapi module to the handlers from the root (i.e. server), I still had to add it to the default website
which strikes me as weird, since the rest of the settings had automatically been applied to the default website when I had set them for the server.
anyway, sorry for the trouble, thx for your efforts