The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How come my url sets to 'http://mysite.com/forums' and exludes the 'www'? If you add that, it will just change to the aforementioned. The Forum URL in vBulletin options has the 'www'.
|
#2
|
|||
|
|||
![]()
Not many user(s) type www. I just type my domain without the "www" and it still loads. Those who don't know, types the www.site.com
|
#3
|
|||
|
|||
![]()
That doesn't explain why it's doing it though, since there are forums where the 'www' remains regardless.
|
#4
|
|||
|
|||
![]()
You'll have to ask your host provider on what they dont' allow "www."
I nor anyone (maybe they can) can tell you why it's happening to you. You'll just have to ask them your-self. |
#5
|
||||
|
||||
![]()
most likely answer is a rewrite in httpd.conf
It's a good thing, avoids cookie clashes, I use it for all my sites. |
#6
|
|||
|
|||
![]()
Could this be an error in your vBulletin options?
Try editing.. http://www.Yoursite/vBulletin/adminc...ons.php?null=0 Then go to "Site Name / URL / Contact Details" Then edit "Forum URL". Let me know how you get off ![]() |
#7
|
|||
|
|||
![]()
Funny, I use a rewrite rule to force the www. Some browsers will not retain cookies if they don't come in under the www (I don't recall which, I just no I got tons of complaints).
Add this to your htaccess file in the public html folder. Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^your-main-domain\.com [nc] rewriterule ^(.*)$ http://www.your-main-domain.com/$1 [r=301,nc] No more issues! But this will force the www on you! |
#8
|
|||
|
|||
![]()
Thanks, Quarterbore. That's fixed it. =)
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|