vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   whats wrong with my forums? :/ (https://vborg.vbsupport.ru/showthread.php?t=80071)

Blam Forumz 04-17-2005 05:23 PM

whats wrong with my forums? :/
 
Whenever somebody clicks a link from another site to my site, they hav eto re-login... but when they go to it directly they dont :S

Help

KTBleeding 04-17-2005 06:18 PM

When they go to it directly do they type in the www. prefix?
I could be wrong, but I believe if you're logged into http://www.site.com and you visit http://site.com they will have to login again.

Blam Forumz 04-17-2005 06:25 PM

o_O that seems to be the problem, :( is there anyway aroun it?

Dan 04-17-2005 06:28 PM

Only way to make sure is to make sure everyone is using the www. part in front of it.... That's about the only way i can think of it working unless there is a way to make it automatically have the www. in front but i can't really think of a way.

Dean C 04-17-2005 06:35 PM

Use mod_rewrite to redirect your url. Something like:

Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^http://mysite\.com
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L]


Blam Forumz 04-17-2005 08:18 PM

The thing is, I haev around 5 domains parked and pointing to it, and I use all of them, so, anyway i can do anything with that?

Erwin 04-19-2005 11:30 AM

Quote:

Originally Posted by Blam Forumz
The thing is, I haev around 5 domains parked and pointing to it, and I use all of them, so, anyway i can do anything with that?

Redirect all of them to the 1 domain.

Make sure in Admin CP your cookie domain is like this (with the dot in front):

.yourdomain.com

This way all your subdomains work too.

Blam Forumz 04-19-2005 02:12 PM

Thats the thing, I dont want them to redirect, i want them to function just as my regular domain, so people dont haev to re-login everytime, so they all use 1 cookie, is this possible?

TitanKing 04-26-2005 08:02 AM

Same problem no sollution, tried everywhere :(


All times are GMT. The time now is 03:57 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.00998 seconds
  • Memory Usage 1,722KB
  • 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)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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