The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
so when people are on my website some surf the site using www. at the front and some dont. i have always found it annoying that if i use www. to sign in and i click on a non www. link i have to resign in. is there a way to fix this? well i guess i mean its not really a problem but is there a way to bypass this?
|
#2
|
||||
|
||||
![]()
Yes - just let your Webserver accept incomming Requests on WWW and the Domain itself.
http://httpd.apache.org/docs/2.2/mod...tml#servername describes the entire issue very detailed. |
#3
|
|||
|
|||
![]()
Ok. And how would I do that. My host is jaguarpc and my domain is through godaddy.
|
#4
|
||||
|
||||
![]()
You need to use .htaccess to redirect your members from either www.Yoursite.com or yoursite.com. It not only is a SEO issue to have the same page with different urls like that, but its also a cookie and login issue like you mentioned.
Code:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite\.com RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=permanent,L] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|