Ok, I've seen many people are facing the problem of cookies with their forums. I also had that problem on my site and just figured out the reason. The reason is when you login on some site like http://domain.com it loads the cookie for http://www.domain.com
So when you click on the banner it redirects you to the correct location and everything is fixed and you can see your self logged on.

So how to fix this?

Here is the solution:

Method #1

1) Go to http://www.site.com/admincp/index.php
2) Find vBulletin Options (Click on vBulletin Options in the table)
3) Find "Cookie Domain"
You need the first setting only
This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your forum, i.e. example.com and forums.example.com. To allow users to stay logged into the forum if they visit via either url, you would set this to .example.com (note the domain begins with a dot.
4) In Suggested Settings Change ".site.com" to "blank"

And the problem should be solved.



Method #2

If the above method doesn't work then connect to your site via FTP
In your site root folder find ".htaccess"
You have to change last three lines

Make it

# Redirect non-www to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.YOURDOMAIN.COM/$1 [R=301,L]
Note: In the above quote, change YOURDOMAIN.COM to of course your domain.

It will 100% work


This tutorial is totally written by Royal King. A token of appreciation will make me happy
Royal King Reviewed by Royal King on . Fix the cookie problem in vB Ok, I've seen many people are facing the problem of cookies with their forums. I also had that problem on my site and just figured out the reason. The reason is when you login on some site like http://domain.com it loads the cookie for http://www.domain.com So when you click on the banner it redirects you to the correct location and everything is fixed and you can see your self logged on. So how to fix this? Here is the solution: Method #1 1) Go to Rating: 5