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.