The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
this is a login problem,
when user connecting in xxx.co.il it doesnt save in www.xxx.co.il and i want that if i will connect in xxx.co.il the user name and password will be saved to www.xxx.co.il how to do that? |
#2
|
||||
|
||||
![]()
Do a search in this forum for htaccess. This issue has been covered several times recently.
|
#3
|
|||
|
|||
![]()
i searched already but i dont think that this is what i'm looking for.
once i saw that somebody help to some one form vB options and this is what i need |
#4
|
||||
|
||||
![]()
You can set the cookie domain to .xxx.co.li . Perhaps that is what you are thinking of.
|
#5
|
|||
|
|||
![]()
this is what i want but how?
|
#6
|
||||
|
||||
![]()
Originally Posted by Lynne
There are quite a few threads here about that, like this one here - Forwarding http:// to http://www. https://vborg.vbsupport.ru/showthrea...light=htaccess #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 |
#7
|
|||
|
|||
![]()
Cool tnx, it worked
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|