The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Some of my members are having issues logging in to the board, me included. I have a few computers I use throughout the day in my house, depending on where I am in the house. I have a dektop and a laptop. I can log in using my desktop with no issues. If I am using my laptop I have to login, close the browser, then log in again. What's weird is that when I first try logging in to the board using my laptop, it shows that I am logged in, but at the top it shows the login box asking for the user name and password.
One of my members just said that he had the same issue, so this is a problem I have to try and resolve for my members. Any ideas? |
#2
|
||||
|
||||
![]()
You have to be consistent with the "www" prefix. Make sure both computers are using the URL set in the Admin CP as your Site URL. You should also redirect all non-www URLs to the www equivalent using .htaccess.
|
#3
|
||||
|
||||
![]()
Thank you, dismounted
![]() How would I redirect all non-www URLs to the www equilalent using .htaccess? |
#4
|
|||
|
|||
![]()
In you .htaccess
Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] |
#5
|
||||
|
||||
![]()
awesome! Thanks for the support guys
![]() |
#6
|
|||
|
|||
![]()
I'm having a similar issue. I can't login to my admincp. It's been happenin since i upgraded to 3.8. My members are having the same issues. Any suggestions?
|
#7
|
||||
|
||||
![]()
What do you mean by you "can't login to your Admin CP"? What happens? Detail what you do to log in.
|
#8
|
|||
|
|||
![]() Quote:
![]() If you have the same issue, then the same solution should work for you. Otherwise please start your own thread detailing your problems. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|