• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

PHP doesn't work on websites

K

kosmozz

Guest
Hi!

I am using Plesk 7.0.3. Currently we are setting up a new Windows Server 2003 and we encountered some problems. When we try to run a .php-page on a test-website, we are getting a 404-error.

I know that our PHP-installation works fine on the Apache-side, because we can create new websites using our Control Panel.

Is there something we forgot in our IIS 6.0?

Thanks!

Filip
 
what happened if does you this test script to run leave?

create a test.php file whitch have this script:

<?
phpinfo();
?>
 
The problem is that our PHP doesn't work at all for the moment on our IIS websites even with the testscript... is there a way to reinstall?
 
Back
Top