• 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.

Problems on PHP - HTTP Error 404.3

m0rpheu5

Regular Pleskian
Hello guys, i´m having problem on only one domain, i configure it like every others that i have on this server, but when i try to access any PHP file i got a message 404 Not Found, but if i try to access the document on the remote server, got a message:

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.

Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://www.mehlrocha.com.br:80/teste.php
Physical Path C:\Inetpub\vhosts\mehlrocha.com.br\httpdocs\teste.php
Logon Method Anonymous
Logon User Anonymous

but the problem is that the folder and files exist, but is not running, i already change from FastCGI to CGI and ISAPI Extension, and nothing, i change the PHP version from 5.3.25 to 5.217 and 4.4.9 and nothing too, the CGI, Perl and Python is ticked too.

What could be? i already tried to reconfigure this account but nothing changes =\.

Thanks
 
Physical Path C:\Inetpub\vhosts\mehlrocha.com.br\httpdocs\teste. php
Are you sure that there is correct space symbol before php extension? Make sure that .php mapping in IIS without space symbol at least.
 
yes the problem is on handler mapping, i create the module handler and work, but why plesk didn´t create it?
 
it looks like you have custom web.config for the domain, created not by Plesk. It can happed when you remove/add/update handlers using IIS manager. Info from that config overwrite ApplicationHost.config and Plesk should not change it.
 
Last edited:
Back
Top