vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Skin. (https://vborg.vbsupport.ru/showthread.php?t=266908)

Tasking Mickey 07-29-2011 07:38 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2226531)
What web browser is she using? Can she try another one?

She's using Firefox 4, like me. And she says other people are going though the same problem, so it must be within the site shouldn't it?

BirdOPrey5 07-29-2011 09:58 PM

If it's not a cookie problem I can't imagine how it's a site issue.

HMBeaty 07-29-2011 11:07 PM

Do you allow your users to browse your site with both:
Code:

www.yoursite.com
and
Code:

yoursite.com
?

Tasking Mickey 07-29-2011 11:48 PM

Quote:

Originally Posted by HMBeaty (Post 2226623)
Do you allow your users to browse your site with both:
Code:

www.yoursite.com
and
Code:

yoursite.com
?

Well.. when I go to mysite.com/forums/, it loads up fine, and same goes for www.mysite.com/forums/, they both load up fine.

Any other thoughts? she said, one user switched to the "blue" skin, and the problem stopped, but then she said another user uses the orange skin, without no problems.

So, what's up?

HMBeaty 07-29-2011 11:55 PM

Ok, here's a suggestion. Add this to your .htaccess to your root directory and see if it fixes the problem. This will redirect all non-www url's to www url's
Code:

RewriteEngine On
rewritecond %{http_host} ^yoursite.com
rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]

Be sure to replace yoursite.com with your url

Tasking Mickey 07-30-2011 12:01 AM

Quote:

Originally Posted by HMBeaty (Post 2226635)
Ok, here's a suggestion. Add this to your .htaccess to your root directory and see if it fixes the problem. This will redirect all non-www url's to www url's
Code:

RewriteEngine On
rewritecond %{http_host} ^yoursite.com
rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]

Be sure to replace yoursite.com with your url

Root directory? as in the public_html folder? or in the forums folder?

HMBeaty 07-30-2011 12:02 AM

Quote:

Originally Posted by Tasking Mickey (Post 2226637)
Root directory? as in the public_html folder? or in the forums folder?

public_html


All times are GMT. The time now is 01:07 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.01019 seconds
  • Memory Usage 1,728KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete