Problems with Login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DigitalForex
    New Member
    • Sep 2014
    • 21
    • 5.0.X

    Problems with Login

    Hello,

    I have some Problems with staying logged in. Please have a look at the attached Video to see that the Login only works if i click on "Remember Me" and I will be logged out automatically as soon as I visit a created page: http://digitalforex.com/2014-09-24_1253.swf

    Can anybody please help me?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Is your site att www.digitalforex.com, or digitalforex.com?

    If you log in under one, then visit a link that points to the other, you won't be logged in.

    You should either redirect one to the other, or set a cookie domain in the admincp.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • DigitalForex
      New Member
      • Sep 2014
      • 21
      • 5.0.X

      #3
      Sometimes it's so easy and you were completely right!

      I added to the .htaccess:

      Code:
       RewriteEngine On
        RewriteCond %{HTTP_HOST} !^digitalforex\.com$ [NC] 
        RewriteRule ^(.*)$ http://digitalforex.com/$1 [R=301,L]
      Now it works.

      Thank you.

      Comment

      Related Topics

      Collapse

      Working...