The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Facebook login : works without WWW but not with WWW
So check it out - my forums http://cdjw.org/forums allows you to login with facebook but if you put www in front of it, so http://www.cdjw.org/forums it does not work. Any ideas?
|
#2
|
|||
|
|||
If you use http://cdjw.org/forums/ as your main URL, setup a 301 redirection rule in .htaccess to redirect www to the non-www version of your site.
Code:
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] |
#3
|
|||
|
|||
Quote:
Yeah I know I can redirect, but thats not really a fix. --------------- Added [DATE]1494518003[/DATE] at [TIME]1494518003[/TIME] --------------- Quote:
|
#4
|
|||
|
|||
Well it kind of is a fix though.
Your forum should only be served from one (sub) domain, not different ones. It will not work properly since you can only set one base URL in the vBulletin settings. By instantly redirecting the user to the proper URL, they will not face any issues. |
#5
|
||||
|
||||
What Dave said. And it will not only fix Facebook login but also regular login as well as Google duplicate content issue which is very important to fix for SEO purposes.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|