The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
a few days changed the domain of the forum, but I have had some problems, the more I want more attention is logging in, you can only log into the forum with www.myforum.com without the www is not possible to stay logged in, ja configureic vbulletin options in the used the tools.php and nothing. need help from someone experienced
|
#2
|
|||
|
|||
![]()
The reason you are logged out when you access it without the www. subdomain is because the server treats it differently. Or rather, the cookies do.
As such, I'd recommend you either force www or non-www upon your domain. It should also prevent duplicate content from showing up and being sent to Google. Open .htaccess or create it and add the following if you want to force www. Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^yourdomainhere\.com [NC] RewriteRule (.*) http://www.yourdomainhere.com/$1 [R=301,L] Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.yourdomainhere\.com [NC] RewriteRule (.*) http://yourdomainhere.com/$1 [R=301,L] |
#3
|
|||
|
|||
![]()
thank you ^^
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|