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
No problem, glad I could assist you.
(2011-01-17, 02:35 AM)Derek M. Wrote: [ -> ]No problem, glad I could assist you.
Nevermind. Its not that, still can't find it.
It's right around the top, I checked this time.
$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.
$settings['cookiedomain'] = "*What You Set*";
$settings['cookiepath'] = "/*What You Set*/";
$settings['cookieprefix'] = "";
Lines 47, 48, and 49.
Oops I missed that, thanks again
.
+Repp'ed