MyBB Community Forums

Full Version: Mybb directories messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I ported from having the forum as the homepage to having it as /forum and everything was working fine until i tried to change a post setting in the ACP. after I did that my forum began to look broken like this

http://www.etherealharbor.com/forum/

and when i try to login i get this error 

Not Found
The requested URL /member.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request

this in my settings.php

$settings['cookiedomain'] = ".etherealharbor.com";

$settings['cookiepath'] = "/forum";
$settings['cookieprefix'] = "";
You need to edit the board url in the site details section of the acp.
(2016-07-28, 08:17 PM)Ben C Wrote: [ -> ]You need to edit the board url in the site details section of the acp.

It won't let me access the ACP. I tried to access it and it gave me a similar error to the one when I tried to sign in (after clearing my cookies)
You can edit the board url in inc/settings.php and then log into your acp and update your board url there.
I see your site is fixed now. You are welcome.