vb.org Archive

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

aseer_al7ob 02-28-2008 11:20 PM

I need help
 
I want a way to make all the links working to link one

These links

Http://www.a7laqalb.com
Http://www.a7laqalb.net
Http://www.a7laqalb.org
Http://www.a7laqalb.info

I want to make any person to enter any of this double talking to transform this link
Http://www.a7laqalb.com

Without that change the course where it is

Is there a way to do this?

Lynne 02-28-2008 11:33 PM

Are you meaning to have anyone who puts one of those urls in their browser all be redirected to the .com one? I'm pretty sure you can do that using htaccess - the only part I'm wondering about is it sounds like you want it to continue to say .org even when you are redirected to .com.

(If that's not what you mean, sorry.)

aseer_al7ob 02-28-2008 11:40 PM

Quote:

Originally Posted by Lynne (Post 1453262)
Are you meaning to have anyone who puts one of those urls in their browser all be redirected to the .com one? I'm pretty sure you can do that using htaccess - the only part I'm wondering about is it sounds like you want it to continue to say .org even when you are redirected to .com.

(If that's not what you mean, sorry.)

Yes, this is what I want

I want to make a person browsing a link to re-directed to. Com

Example:

Http://www.xxxxxxxxxx.org/forum/showthread.php?t=25596

Re-directed directly to the

Http://www.xxxxxxxxxx.com/forum/showthread.php?t=25596

Without losing the page browsing

Dismounted 03-01-2008 09:42 AM

This can be achieved with a .htaccess URL rewrite. Try this:
Code:

RewriteEngine On

RewriteCond %{HTTP_HOST} ^domain\.(net|org|info)$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]



All times are GMT. The time now is 12:12 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.01114 seconds
  • Memory Usage 1,718KB
  • 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
  • (4)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