Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,490
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
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');