WordPress has a number of files and directories it requires to operate. Previously, all these files and directories and your blog home page (index.php) had to be in the same directory. Now with 1.2, you can have your blog index in a different directory than your WordPress files with no problems, and here we explain how.
We're going to assume two things:
http://example.com/wordpress/http://example.com/ http://example.comindex.php file from the wordpress directory into the root of your site. require('./wp-blog-header.php'); to be require('./wordpress/wp-blog-header.php');wp-config-sample.php and fill in your database details. Save and rename the file to wp-config.php.mod_rewrite option for your blog URIs you'll need to go to Options › Permalinks to get the new rewrite rules and copy those to a .htaccess file at the root of your site. The only catch is the "Edit this" links will no longer appear by every entry and comment if you're using this option. This is a limitation of how we're setting cookies, and this may be fixed in the future.