The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Whenever somebody clicks a link from another site to my site, they hav eto re-login... but when they go to it directly they dont :S
Help |
#2
|
||||
|
||||
![]()
When they go to it directly do they type in the www. prefix?
I could be wrong, but I believe if you're logged into http://www.site.com and you visit http://site.com they will have to login again. |
#3
|
|||
|
|||
![]()
o_O that seems to be the problem,
![]() |
#4
|
||||
|
||||
![]()
Only way to make sure is to make sure everyone is using the www. part in front of it.... That's about the only way i can think of it working unless there is a way to make it automatically have the www. in front but i can't really think of a way.
|
#5
|
||||
|
||||
![]()
Use mod_rewrite to redirect your url. Something like:
Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^http://mysite\.com RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L] |
#6
|
|||
|
|||
![]()
The thing is, I haev around 5 domains parked and pointing to it, and I use all of them, so, anyway i can do anything with that?
|
#7
|
||||
|
||||
![]() Quote:
Make sure in Admin CP your cookie domain is like this (with the dot in front): .yourdomain.com This way all your subdomains work too. |
#8
|
|||
|
|||
![]()
Thats the thing, I dont want them to redirect, i want them to function just as my regular domain, so people dont haev to re-login everytime, so they all use 1 cookie, is this possible?
|
#9
|
|||
|
|||
![]()
Same problem no sollution, tried everywhere
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|