• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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