开发者 |
johnjamesjacoby
r-a-y |
---|---|
更新时间 | 2009年8月9日 03:51 |
PHP版本: | 2.7.1 及以上 |
WordPress版本: | 2.8.1 trunk |
if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) { define( 'WP_USE_THEMES', false ); // // You will need to get the ABSOLUTE path to this file | // \|/ include_once( '/your/absolute/path/to/wordpress/wp-blog-header.php' ); header( "HTTP/1.1 200 OK" ); header( "Status: 200 All rosy" ); }
Use the included abs.php tool to assist you in getting the absolute path. Using http://domain.com/wp-blog-header.php will not work here.
--- Plugins: ---
No, this will only work on WordPressMU for the time being.
Yes.