MyBB Community Forums

Full Version: URL problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The board URL is: http://temp.lakepower.net/in-progress/headquarters/

While moving to a temporary area, the board had URL problems, I did change all the URL and cookie options, but they had no effect at all, please help
Where did you change them?? ACP or ./inc/setting.php?? Because currently your cookie settings are wrong.
I changed them via admin, and yes, I changed the cookie setting properly, but it didn't have any effect
Well, they're currently wrong. Make sure:
Thats what they were anyway

I got the admin menu to work now but the links still lead to the old URL (headquarters.lakepower.net) and I DID change the board URL setting
Than make sure ./inc/settings.php is CHMODd to 666, it sounds like that's the problem. Set that and then save the changes again.

Your cookie settings aren't right, this is in the source code:

var cookieDomain = ".temp.lakepower.net";
var cookiePath = "/";

So it is probably a CHMOD problem.