• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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