vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   redirect to a new URL (https://vborg.vbsupport.ru/showthread.php?t=210361)

emath 04-05-2009 03:16 PM

redirect to a new URL
 
hey, im moving my site domain from math-pl.co.il to emath.co.il .

ive copied all the forums to be under emath.co.il, though, i need that my users who usually entering the math-pl url to be redirected to the emath.co.il url to the same thread.

for e.g if the thread is :
http://www.math-pl.co.il/forums/showthread.php?t=5587

so it will be redirect immediately to http://www.emath.co.il/forums/showthread.php?t=5587

i know its a simple php code and should be in the header but ive no idea how to do it.

any help ?

Mr-Moo 04-06-2009 03:09 AM

It actually has nothing to do with PHP. If you currently have a domain and you want to forward it to another site you have to add it to your server.

Do this by editing the nameservers and adding that domain onto the box.

Source: http://www.webcomindia.net/cpanel-help/AddonDomains.htm

Hope my information helps :)

Dismounted 04-06-2009 04:13 AM

Or just add a .htaccess rule.
Code:

RewriteEngine On

RewriteCond %{HTTP_HOST} math-pl.co.il$ [NC]
RewriteRule ^(.*)$ http://www.emath.co.il/$1 [R=301,L]


Mr-Moo 04-06-2009 04:33 AM

Some hosts may not have rewrite enabled, but that is an excellent second method. The majority of hosting companies these day do support this function.

emath 06-10-2009 12:32 PM

thanks alot


All times are GMT. The time now is 01:17 AM.

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.01109 seconds
  • Memory Usage 1,713KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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