MyBB Community Forums

Full Version: How to change this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The requested URL /mybb/member.php was not found on this server.

Where do I go to remove the /mybb
bate,

From what i understand you uploaded your forum to '/mybb' on your website and you want it to be at '/', and the member.php file is missing.

If my understanding is right, the best way todo this is download a copy of MyBB and upload all the files from the upload folder to '/', after that login to your '/mybb' copy and navigate to the AdminCP > Configuration > General Configuration and change the Board URL and Cookie Path. Onces that is done copy the settings.php and config.php that will be located at '/mybb/inc' and paste them into '/inc' overwriting the ones you just uploaded.

If my understanding is wrong i am sorry i was of no help.
Yes, my forum was in Public_Html/MyBB/.

But it is not in Public_Html/

When I click on any of the headers in the acp, it logs me out?
So you have copied the files to '/' what you will need todo is open up settings.php in a text editor and edit the following lines.

$settings['bburl'] = "http://yourwebsite.com/";
$settings['cookiepath'] = "/";

onces you have done that, do the changes again in the Admin Control Panel as i am not sure if its also stored in the database.