0
votes

I am trying to install wordpress on IIS but I cant seem to make it work.

I keep receiving the following error:

Error Summary

HTTP Error 500.0 - Internal Server Error

An unknown FastCGI error occured

Detailed Error Information

Module: FastCgiModule

Notification: ExecuteRequestHandler

Handler: PHP52_via_FastCGI

Error Code: 0x8007010b

Requested URL: http://localhost:80/blog/index.php

Physical Path: C:\inetpub\wwwroot\Blog\index.php

Logon Method: Anonymous

Logon User: Anonymous

I cant seem to make it work.

3

3 Answers

1
votes

You should try Microsoft Web Platform Installer, which will help you set this up in IIS. This requires almost no prior experience in setting up web applications, and should work out-of-the-box.

0
votes

Microsoft Web PI is definitely the easiest way configure IIS.

Alternatively, you could also try with XAMPP for Windows if you don't necessarily have to use IIS.

0
votes

Error code 0x8007010b means 'The directory name is invalid'. First of all check if the folder C:\inetpub\wwwroot\Blog exists but could also be another folder referenced from your PHP.INI configuration file.