The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Wondering why when im on my site it works fine obviously, but when i click a link to another part of the site it logs me out, or actually it doesn't log me out, but it is a version that im not signed into.?
http://mysite.com works fine http://www.mysite.com im logged out.? If i go up & remove the "www." from the url it reloads & im logged in. Does it have to do with my "Forum URL" in the settings? Quote:
Any help..? Thanks |
#2
|
|||
|
|||
![]()
.htaccess file
|
#3
|
||||
|
||||
![]()
Here is what is there.?
Code:
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^gamelobby\.com$ RewriteRule ^(.*)$ http://www.gamelobby.com/$1 [R=301,L] |
#4
|
|||
|
|||
![]()
....................
|
#5
|
|||
|
|||
![]()
That depends what u have in ur URL settings
|
#6
|
||||
|
||||
![]() Quote:
The difference is at the end..
Well since i put that info in my first post i'm not sure what you are asking.!? What should be in my settings.? If you don't want to help don't bother posting. ![]() |
#7
|
|||
|
|||
![]() Quote:
|
#8
|
||||
|
||||
![]()
Use this htaccess to redirect www to non www
PHP Code:
|
#9
|
||||
|
||||
![]() Quote:
![]() I added that to what was already there, then tried deleting what was already there, & a few other combinations.. Code:
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^gamelobby\.com$ RewriteRule ^(.*)$ http://www.gamelobby.com/$1 [R=301,L] RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] Thanks in advance |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|