How to fix HTTP Error 404.3 Not Found in IIS on php/mySQL project?

Evan McClure 0 Reputation points
2023-02-09T23:16:45.6566667+00:00

problem

I'm receiving an error from an index.php im trying to run. We're creating a chat website using php and mySQL. I can't seem to run the index.php file through the localhost. What's the best way to fix this? I've tried numerous solutions. We're using xampp as the admin for the database.

Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,556 Reputation points Microsoft External Staff
    2023-02-10T07:13:10.7966667+00:00

    @Evan McClure

    There are many reasons for this error, please check the configuration information below:

    • The handler mapping for the requested file name extension is not configured.
    • The appropriate MIME type is not configured for the Web site or for the application.

    Besides, there may be problems caused by inappropriate versions, you can try this method: Go to Website >Select the application pool your 32-bit application will run under > Click Advanced setting > Set Enable 32-bit Applications to True.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.