Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

PHP or ASP pages do not open on a website hosted in Plesk: HTTP Error 404.3 – Not Found

 
domainshostedhttpphpphp settings

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.

Cause

Handler mapping for PHP / ASP is not configured.

Resolution

For PHP pages
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:

    mceclip0.png

  4. Click Add Module Mapping... and fill in the fields:

    • Request path:

      *.php

    • Module:

      FastCgiModule

    • Executable:

      a. Click on the Screenshot_2.png icon and navigate to %plesk_dir%AdditionalPleskPHPXX 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.

      Example:

      "C:Program Files (x86)PleskAdditionalPleskPHP83php-cgi.exe"

    • Name:

      PHP-php

  5. Click Request Restrictions...:

    5.1. On the Mapping tab, check Invoke handler only if request is mapped to and select File or folder.

    23.PNG

    5.2. On the Verbs tab, select One of the following verbs and specify GET,HEAD,POST:

    24.PNG

  6. On the Access tab, select Script.

    25.PNG

  7. Click OK > OK > Yes.

 

  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:

    mceclip0.png

  4. Click the Add Script Mapping... and fill in the fields:

    • Request path:

      *.asp

    • Executable:

      PLESK_INFO: %windir%system32inetsrvasp.dll

    • Name:

      ASPClassic

  5. Click Request Restrictions...:

    5.1. On the Mapping tab, check Invoke handler only if request is mapped to and select File or folder.

    23.PNG

    5.2. On the Verbs tab, select One of the following verbs and specify GET,HEAD,POST:

    24.PNG

    5.3. On the Access tab, select Script.

    25.PNG

  6. Click OK > OK > Yes.

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Ruby on Rails vs PHP: Which one’s right for your needs?

Read More »

Exploring Plesk’s Added Value Solutions So Far in 2023

Read More »

Unveiling Sitejet Builder: The Perfect Match for Your Effortless Website Creation Needs

Read More »
Knowledge Base

How to enable the use GET, HEAD, POST, PUT, DELETE, PATCH requests on a Plesk for Windows Server

Read More »

A website hosted in Plesk for Windows Server is not accessible: the ionCube PHP Loader needs to be installed

Read More »

Cannot access website hosted in Plesk: the server responded with a status of 403 (ModSecurity Action)

Read More »

Website hosted on Plesk server does not work after switching to PHP 7.x: Call to undefined function mysql_connect()

Read More »

Hosting Wiki

  • Server Redundancy
  • Bare Metal Server
  • PhpMyAdmin
  • phpPgAdmin
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • PHP
  • HTTP/3
  • HTTP/2
  • Domain
  • Plesk
  • Lighttpd
  • Web Server
  • DNS Server
  • HTTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family