Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Strange logout issue (2.1b)

ZhaanZhaan Professional fool ✭✭
edited August 2013 in Vanilla 2.0 - 2.8

Good evening, VF. :) So, I've got a bit of a strange issue on my hands. My users are reportedly being logged out whenever they access my website without a www prefix, and I'm not sure what could be causing it or how to tackle the problem. Do you guys have any idea?

Any input appreciated!

Tagged:

Comments

  • ZhaanZhaan Professional fool ✭✭
    edited August 2013

    Ah, actually I think this might be related to my .htaccess file! checks

    EDIT:

    I added a bit of code to my .htaccess file, and it seemed to do the trick. I apologize for this rushed and pointless thread. :P

    RewriteEngine on rewritecond %{http_host} ^website.com [nc] rewriterule ^(.*)$ http://www.website.com/$1 [r=301,nc]

  • hgtonighthgtonight ∞ · New Moderator

    @Zhaan said:
    I added a bit of code to my .htaccess file, and it seemed to do the trick. I apologize for this rushed and pointless thread. :P

    At least you posted back with your solution! We need more users like you :D

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • this will becuase of the cookie domain

    grep is your friend.

Sign In or Register to comment.