• 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

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