# Redirect non-www to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.YOURDOMAIN.COM/$1 [R=301,L]
My problem is still here. People can not use posters on my site.
freshwap.net don't have this redirection to www and posters work on that site.
I added u on my msn
John Reviewed by John 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