• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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