The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Site keeps logging me out.
When I go to my site if I use the "www" everything works fine but if I don't use it then I won't be logged in.
I deleted all my cookies and tried again and have the same result. I'm sure this is an easy fix and I'm an idiot for not knowing what to do but I do appreciate any help. |
#2
|
|||
|
|||
Go to the "Cookies and HTTP Header Options" in the admincp and read the description on the "Cookie Domain" section. That might solve the issue you described, but I've heard people say that it's better to use an entry in the .htaccess file to redirect all requests to one domain name.
|
#3
|
|||
|
|||
Quote:
What would I have to do in the .htaccess file to make it work (Sorry, newbie) and would an automatic redirect penalize me in Google searches? |
#4
|
||||
|
||||
google brings up this - http://www.htaccessredirect.net/index.php
and entering something into the first line, I get: Code:
//Rewrite to www Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^.mysite.com[nc] RewriteRule ^(.*)$ http://www..mysite.com/$1 [r=301,nc] |
#5
|
||||
|
||||
I use this instead
Code:
RewriteCond %{HTTP_HOST} ^yoursite.com$ RewriteRule ^(.*)$ "http\:\/\/www\.yoursite\.com\/$1" [R=301,L] |
#6
|
|||
|
|||
I'm now thinking it isn't something with the site after all. I have this problem on my desktop but after trying on my laptop everything works fine. I just started building the website so I don't have a large user base to talk to but I will see if they are having any problems before I do anything.
--------------- Added [DATE]1356410376[/DATE] at [TIME]1356410376[/TIME] --------------- Thank you all for your help though, it is greatly appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|