MyBB Community Forums

Full Version: Cookie path needs to be changed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
By accident I used the wrong cookie path during install and I need to change it, how to?
Go into FTP and go to:
Upload/inc/config.php

Edit that to reflect the correct Cookie path.
EDIT.
(2011-01-17, 02:23 AM)Derek M. Wrote: [ -> ]Go into FTP and go to:
Upload/inc/config.php

Edit that to reflect the correct Cookie path.

Or that.
Its not in there only my MySQL details.
Ahh!! Sorry.


Upload/inc/settings.php

My bad.
(2011-01-17, 02:31 AM)Derek M. Wrote: [ -> ]Ahh!! Sorry.


Upload/inc/settings.php

My bad.

Aha, there it is. Thanks Derek Smile
No problem, glad I could assist you. Smile
(2011-01-17, 02:35 AM)Derek M. Wrote: [ -> ]No problem, glad I could assist you. Smile

Nevermind. Its not that, still can't find it.
It's right around the top, I checked this time. Wink

$settings['cookiedomain'] = "*What You Set*";
$settings['cookiepath'] = "/*What You Set*/";
$settings['cookieprefix'] = "";

Lines 47, 48, and 49.
(2011-01-17, 02:39 AM)Derek M. Wrote: [ -> ]It's right around the top, I checked this time. Wink

$settings['cookiedomain'] = "*What You Set*";
$settings['cookiepath'] = "/*What You Set*/";
$settings['cookieprefix'] = "";

Lines 47, 48, and 49.

Oops I missed that, thanks again Big Grin.
+Repp'ed Smile
Pages: 1 2