The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi, I'm having an issue with my forums. When a user logins into the site @ http://www.site.com/forums, they can login fine. When they try to login @ http://site.com/forums, the page just refreshes and they don't get logged in. How can I fix this? Any help is appreciated. Thank you!
|
#2
|
|||
|
|||
![]()
Try this.
Admincp -> vBulletin Options -> Cookie and HTTP Header Options -> Cookie Domain. Change it to .yoursite.com |
#3
|
|||
|
|||
![]()
Same outcome :\
|
#4
|
||||
|
||||
![]()
Did you delete your cookies?
Maybe try changing the cookie value for the forum. But I'm not sure about this. |
#5
|
||||
|
||||
![]()
This happens on one of my forums as well. I don't see it to be a big deal though, because you should be redirecting all non-WWW URLs to the WWW version, or vice versa, so that only one can be used.
|
#6
|
||||
|
||||
![]()
Exactly, SO, you need to create a .htaccess file with these contents
Code:
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|