Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,492
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
I believe you should be using a filesystem path, not a URL. Something like:
require_once( '../wp-config.php' );
if wp-config.php is one level up from your forum directory.
I have no idea if that will work, but I’m pretty sure you need to load it from the filesystem not over http.