WordPress Successful installation After the first Blank solution

Source: Internet
Author: User

Describe the same symptoms:

One, home page blank
Second, all normal backstage
Three, the blank homepage source code as follows

The code is as follows Copy Code

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 transitional//en" >
<HTML><HEAD>
<meta http-equiv=content-type content= "text/html; Charset=utf-8 "></HEAD>
<BODY></BODY></HTML>


Solutions can

The code is as follows Copy Code

Background admin--> set--> output

But this set up, or no effect, I think will be the server configuration problem, now to view the root directory of the webmaster

D Disk Directory
-web folder
Www.111cn.net folder
-wordpress Program Files


Suddenly found that do the domain name point to the "Www.111cn.net folder", you should be able to give it "IIS guest user", but for "Web Folders" but

Not added.

The problem has been found now is good to do:

Solutions

Add IIS Guest user access to the upper folder of the folder where the WordPress program resides

Or do not add Guest user access rights for Web folders, but instead modify the WordPress program to "index.php" in "

The code is as follows Copy Code

Require ('./wp-

Blog-header.php '); "

Amended to

The code is as follows Copy Code
"Require (' wp-blog-header.php ');"

Method is actually very simple but we are not careful, this is not the question of WordPress, so our home page blank problem is solved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.