MyBB Community Forums

Full Version: Broken Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Looking over my local MyBB installation and found that all the CSS and general forum links are broken (returns 404 errors).

I recently changed the location from / to /forums, so it's not taking the new location into reference. I'm assuming either a file is holding the urls, or the paths are configured in the database.

Is there any way to easily fix the links?
Correct your Board URL setting in the ACP.
That was my initial thought as well, however it keeps asking me to login. I login, but whenever I click anything it asks me to login again, and no parameters for the settings are sent.
In that case you'll need to edit ./inc/settings.php. Edit your cookie path to /forums/ (your cookie domain can stay blank), then you'll be able to login, and you'll need to edit that cookie path again in the ACP too, as well as the corrected Board URL.
you also have to change your cookie settings from "./" to "./forums/"
Excellent, that did the trick.

Thanks for the quick support. Smile
Glad to see you have it sorted out.
@Matt...sorry for tag teaming, but we posted at the same time...AGAIN!