The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need Help user Can't log in
Hello i need help my site user can't log in when they try to login theres come message page that thanks user for login browser will redirect you ...... and after that they went back on privious page with not login please help me to fix it thanks in advance
|
#2
|
||||
|
||||
Can users logon at both www.yoursite.com and at yoursite.com? If so, you should either redirect all traffic to one of the other urls (using htaccess is one way) or set your cookie domain to .yoursite.com (notice the dot at the beginning).
|
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
There are quite a few threads here about that, like this one here - Forwarding http:// to http://www.
|
#5
|
||||
|
||||
Quote:
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] i replace these codes in my .htaccess file with RewriteCond %{HTTP_HOST} !^www\.yoursite\.com RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L] and now my site working properly and there's no problem in user login http://mysite.com changed automatically in http://www.mysite.com thanks alot for help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|