• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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