MyBB Community Forums

Full Version: Help on MyBB absolute path on server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to set up WordBB and it requires me to fill in the absolute MyBB path on server. I have been trying to do some things, but it's not working.
The WordPress site is located at feed.***.com and the forum is located at ***.com/forums/ .
Could anyone please help me to do this right.

Thanks in advance,
Jerremy
Create a new PHP file with the following contents and upload it to your forum's root then visit it via your browser:

<?php
echo getcwd();
(2012-08-08, 11:25 AM)euantor Wrote: [ -> ]Create a new PHP file with the following contents and upload it to your forum's root then visit it via your browser:

<?php
echo getcwd();

Thanks a lot! Rep +1'ed.