Question: PHP or ASP pages do not open on a website hosted in Plesk: HTTP Error 404.3 - Not Found
Applicable to:Symptoms
When loading a .php / .asp page in a web browser, it fails to load with on of the following error messages:
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
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.
Most likely causes:
It is possible that a handler mapping is missing. By default, the static file handler processes all content.
The feature you are trying to use may not be installed.
The appropriate MIME map is not enabled for the Web site or application. (Warning: Do not create a MIME map for content that users should not download, such as .ASPX pages or .config files.)
If ASP.NET is not installed.
CauseHandler mapping for PHP / ASP is not configured.
Resolution
For PHP pages
1.Connect to your Plesk server via RDP.
2.Start I
nternet Information Services (IIS) Manager at Windows Start > All Programs > Windows Administrative Tools.3.In IIS Manager, expand
SERVERNAME > Sites > example.com > Handler Mappings:(https://pix.cobrasoft.org/images/2025/11/25/mceclip0-20.png)
Click
Add Module Mapping... and fill in the fields:
*.phpFastCgiModulea. Click on the Screenshot_2.png icon and navigate to %plesk_dir%Additional\PleskPHPXX folder, where XX is a PHP version used by domain, e.g. PleskPHP8.3. It can be obtained in Plesk at
Domains > example.com > PHP Settings.b. Switch from (*.dll)to (*.exe).
c. Choose php-cgi.exe and click Open.
"C:\Program Files (x86)\Plesk\Additional\PleskPHP83\php-cgi.exe"PHP-php(https://pix.cobrasoft.org/images/2025/11/25/mceclip0-21.png)
5.Click Request Restrictions...:
5.1. On the Mapping tab, check Invoke handler only if request is mapped to and select File or folder.
(https://pix.cobrasoft.org/images/2025/11/25/23.png)
5.2. On the Verbs tab, select One of the following verbs and specify GET,HEAD,POST:
(https://pix.cobrasoft.org/images/2025/11/25/24.png)
6.On the Access tab, select Script.
(https://pix.cobrasoft.org/images/2025/11/25/25.png)
7.Click
OK > OK > Yes.For ASP pages
1.Connect to your Plesk server via RDP.
2.Start Internet Information Services (IIS) Manager at Windows Start > All Programs > Windows Administrative Tools.
3.In IIS Manager, expand SERVERNAME > Sites > example.com > Handler Mappings:
(https://pix.cobrasoft.org/images/2025/11/25/mceclip0-20.png)
4.Click the Add Script Mapping... and fill in the fields:
*.asp
PLESK_INFO: %windir%\system32\inetsrv\asp.dll
ASPClassic(https://pix.cobrasoft.org/images/2025/11/25/mceclip1-13.png)
5.Click Request Restrictions...:
5.1. On the Mapping tab, check Invoke handler only if request is mapped to and select File or folder.
(https://pix.cobrasoft.org/images/2025/11/25/23.png)
5.2. On the Verbs tab, select One of the following verbs and specify GET,HEAD,POST:
(https://pix.cobrasoft.org/images/2025/11/25/24.png)
5.3On the Access tab, select Script.
(https://pix.cobrasoft.org/images/2025/11/25/25.png)
6.Click
OK > OK > Yes.