• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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