简体   繁体   中英

Installing Wordpress on IIS7

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.

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.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM