vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Why is 'www.' disappearing? (https://vborg.vbsupport.ru/showthread.php?t=155483)

Jubei 08-17-2007 11:32 AM

Why is 'www.' disappearing?
 
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'.

G0F0RBR0KE 08-17-2007 11:36 AM

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

Jubei 08-17-2007 11:37 AM

That doesn't explain why it's doing it though, since there are forums where the 'www' remains regardless.

G0F0RBR0KE 08-17-2007 11:45 AM

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.

Eikinskjaldi 08-17-2007 12:52 PM

most likely answer is a rewrite in httpd.conf

It's a good thing, avoids cookie clashes, I use it for all my sites.

JacBowen 08-17-2007 04:00 PM

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 ;)

Quarterbore 08-17-2007 04:24 PM

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!

Jubei 08-17-2007 04:43 PM

Thanks, Quarterbore. That's fixed it. =)


All times are GMT. The time now is 01:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01170 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete