Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: require_once(wp-blog-header.php) issue

Have you got the code at the top of your config file? That was the problem I ran into. I was able to use a relative path once I did that too. So the start of your config file should look something like this:

<?php
require_once('../wp-blog-header.php');

Skip to toolbar