Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
www cookie issue (resolved)
I should apologise first for not really understanding any of this - I looked though the stuff on here about localhost and cookies but I still don't really get it.
my forum is at http:youchewpoop.com/forum
and I'm having problems with my application settings/forward address/cookie domain
$Configuration['COOKIE_DOMAIN'] = 'www.youchewpoop.com';
$Configuration['COOKIE_PATH'] = '/forum/';
$Configuration['WEB_ROOT'] = '/forum/';
$Configuration['BASE_URL'] = 'http://www.youchewpoop.com/forum/';
$Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://www.youchewpoop.com/forum/';
is how it's set up now
there are no subdomains on my site so that shoudn't be a problem but other areas of the site may have other logins so i'd prefer no to keep the cookies at root.
I've tried changing things to remove the www from all of those instances but this causes a file not found error.
At the moment users are logged in if they have www in the title bar and not logged in if there is no www.
Some links, such as the discussiuons tab go to the www but others don't.
It's all very annoying :(
thanks in advance for your help and for reading this
0
This discussion has been closed.
Comments
i think MurdarMachene would be a great fit there.