• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue HTTP Error 404.3 - Not Found

Sisovin Chieng

New Pleskian
Server operating system version
Plesk for Windows
Plesk version and microupdate number
18.0.70
As I upload the php index.php, I have this issue of HTTP Error 404.3 - Not FoundThe 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.Detailed Error Information:Module StaticFileModuleNotification ExecuteRequestHandlerHandler StaticFileError Code 0x80070032Requested URL http://angkorads.com:80/Index.phpPhysical Path C:\Inetpub\vhosts\angkorad-77126.package\angkorads.com\wwwroot\Index.phpLogon Method AnonymousLogon User Anonymous
 
When I check to this url: https://angkorads.com/phpinfo.php, I have the problem of this: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. How to fix it?
As I developed with php version:
```sh
PHP 8.3.12 (cli) (built: Sep 24 2024 20:22:41) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.3.12, Copyright (c) Zend Technologies
```
 
- PHP 8.2.28 (cli) enabled
- Output for the log:
2025-06-25 23:08:33 192.250.231.32 GET /phpinfo - 443 - 175.100.59.91 HTTP/2 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/137.0.0.0+Safari/537.36 - angkorads.com 404 0 2 103 665 652
2025-06-25 23:10:00 192.250.231.32 GET / - 80 - 43.153.123.3 HTTP/1.1 Mozilla/5.0+(iPhone;+CPU+iPhone+OS+13_2_3+like+Mac+OS+X)+AppleWebKit/605.1.15+(KHTML,+like+Gecko)+Version/13.0.3+Mobile/15E148+Safari/604.1 - www.angkorads.com 301 0 0 392 534 80
2025-06-25 23:10:01 192.250.231.32 GET / - 443 - 43.153.123.3 HTTP/1.1 Mozilla/5.0+(iPhone;+CPU+iPhone+OS+13_2_3+like+Mac+OS+X)+AppleWebKit/605.1.15+(KHTML,+like+Gecko)+Version/13.0.3+Mobile/15E148+Safari/604.1 http://www.angkorads.com angkorads.com 404 3 50 315 565 80
2025-06-25 23:14:25 127.0.0.1 GET / - 80 - 127.0.0.1 HTTP/1.1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/137.0.0.0+Safari/537.36 - angkorads.com 404 0 2 5097 888 14
 
Back
Top