vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Vbulletin 3 DOesnt work well when your site has 2 urls. (https://vborg.vbsupport.ru/showthread.php?t=60161)

filmhobbit 03-11-2004 03:52 AM

So there is no solution at all to this problem??

For me, filmhobbit.com is my primary domain, but cinemablend.com is my parked domain.

so my forum is accessed through www.filmhobbit.com/forum as well as www.cinemablend.com/forum

for me it is essential that I be able to do this, but ever since I parked cinemablend.com my forum is having severe problems with cookies.

Zachery 03-14-2004 08:57 PM

Quote:

Originally Posted by filmhobbit
So there is no solution at all to this problem??

For me, filmhobbit.com is my primary domain, but cinemablend.com is my parked domain.

so my forum is accessed through www.filmhobbit.com/forum as well as www.cinemablend.com/forum

for me it is essential that I be able to do this, but ever since I parked cinemablend.com my forum is having severe problems with cookies.

just have a redirect...

vbmechanic 03-15-2004 12:31 PM

At the top of global.php:


PHP Code:

if ( !preg_match("/^www.usethisdomain.com/i",$_SERVER[HTTP_HOST]) and !preg_match("/^usethisdomain.com/i",$_SERVER[HTTP_HOST]) ) {
    
header("HTTP/1.1 301 Moved Permanently"); 
    if (
strlen($_SERVER['QUERY_STRING'])>0)
        
header("location:http://www.usethisdomain.com$PHP_SELF?$_SERVER[QUERY_STRING]");
    else
        
header("location:http://www.usethisdomain.com$PHP_SELF");
    exit;



This bit of code will forward the user and keep the current location and query string intact. It will also send search engines a proper forwarding code. Replace "usethisdomain.com" with the proper domain name that you'd like people to always use.


All times are GMT. The time now is 09:27 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.01110 seconds
  • Memory Usage 1,727KB
  • 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_php_printable
  • (1)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
  • (3)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