On Friday 22 November 2002 3:48 pm, Kristof Troch wrote:
> Hello,
>
> I just installed php on my .Net server. Nothing went wrong during
> installation (InstallShield Installation) (no errors were reported), but
> everytime I try to execute a php page, he gives an error telling me he
> cann't find the page (error 404)...
> Could someone help me?
>
> Thanks in advance

Create a non-php (e.g .htm) page in the same folder as the php script.
Can you access that? If no, then your server web root is not where you think 
it is. If yes, then maybe you've got a problem with hidden file extensions - 
perhaps yout test php file (which might be called test.php) is actually 
called test.php.txt or similar?

Cheers
-- 
Phil Driscoll

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to