• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Windows 2012 R2 with Plesk 11.5 and PHP problem

ManuelG2k

Basic Pleskian
Hello,
today I made a new installation of Plesk 11.5 on Windows Server 2012 R2.
During installation everiting is ok.

After installation I perform windows update and panel update (to 11.5.30 Update #31).

In my first subscription and domain i place a test.php file, with phpinfo() function.
For all php pages I receive same error:

HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


I retry a fresh installation of server, but the problem is same.

Can you help me ?
Manuel
 
php 5.3 is enable.
I try to switch to php 5.4 and 5.2, but problem is same.

Can you clarify, you are trying to do this on "default" domain or on real domain (ex. domain.com)?

P.S. Try to create test.txt or test.asp could you see any message, need for identifying and defining a problem.
 
Last edited:
Hi,

It seems you are missing appropriate handler in the IIS. Check whether you have PHP handler installed to have the PHP files processed. If not, create a new handler with linking it to appropriate php.exe from the PHP installation folder.
 
Back
Top