Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorconradslater
    • CommentTimeAug 9th 2007 edited
     # 1
    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
    •  
      CommentAuthorWallPhone
    • CommentTimeAug 9th 2007
     # 2
    Just take the www out of the cookie domain---but leave the dot. It should read '.youchewpoop.com';

    This will allow the cookie to be read on either www or not. Cookie path can stay the same as well as the other URLs, although you might want to make the cookie path '/' if you still have problems. The cookies are named 'lussumocookie' to help prevent them from interfering with other login systems you might have.
  1.  # 3
    I think that's solved the issues - it works now so I'll do a backup!

    Big thanks
    • CommentAuthorithcy
    • CommentTimeAug 9th 2007 edited
     # 4
    great forum, conrad.
    i think MurdarMachene would be a great fit there.
  2.  # 5
    thanks - yeah all memes are friends
Add your comments
    Username Password
  • Format comments as