|
throw your index.php in your root folder (leaving all the other files where they are) edit line 4 of the the index.php file to call the folder where blog header is, for example mine looks like this:
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp/wp-blog-header.php');
?>
|