Recently use WordPress to build a personal blog, the WordPress directory to the overall upload to the space root directory, after the installation is complete access to the domain name www.jjsir.com, access failure. After groping the setup, finally solved the problem. Here's how:
1. Login to WordPress background to set up.
WordPress Address: Http://jjsir.com/wordpress website program placed in the root directory of the WordPress folder.
WordPress Site Address: http://jjsir.com
Shown
2. Copy the wordpress/index.php to the root directory. Modifying the index.php
Require (DirName (__file__). '/wp-blog-header.php ');
For
Require (DirName (__file__). '/wordpress/wp-blog-header.php ');
Problem solving. Access www.jjsir.com now to open the home page.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Completely solve the problem of WordPress primary domain binding to level two directory