|
Posted by Erwin Moller on 05/19/06 16:24
geronimi wrote:
> IIS could not find .php file, however it finds html files in the same
> dir.....
>
> http://localhost/test => the default.htm will be hit, no error
>
> http://localhost/test/test.php => 404 error not found( it exists in the
> dir)
>
> The security is set ok, something wrong with the php runtime??
> Strange because my application on localhost/prog works smooth.........
>
> Can anybody help me?
Hi,
Your question boils down to "PHP isn't installed right".
Many things could be causing this.
Did you read and follow the online installationmanuals?
You can find them here:
http://nl3.php.net/manual/en/install.php
Warning: Do not use the windowsinstaller, it will be difficult later on to
add extensions.
Do it by hand, it is maybe not easy for starters, but you'll have a better
understanding of how PHP is integrated into IIS.
By the way: In my experience the ISAPI version is stable for PHP5. (In PHP4
it had some issues)
Regards,
Erwin Moller
[Back to original message]
|