Site Redirection

This is a discussion on "Site Redirection" within the Web Page Design section. This forum, and the thread "Site Redirection are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 4th, 2006, 11:52
Junior Member
Join Date: Jul 2006
Location: Maine
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Site Redirection

I am working on a site for a client and they want to buy other domain names and then have them redirect to the main site. How do I implement a site redirection?
Reply With Quote

  #2 (permalink)  
Old Oct 4th, 2006, 12:43
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Site Redirection

You can do this through hosting (domain forwarding), meta refreshes, or PHP. Domain forwarding is the best option, but PHP is easier if you don't know where to look for that. Just make a page called index.php at the root of your site with this in it:

PHP: Select all

<?php
header
("Location: http://redirect-to-desired-domain.com/");
?>
Reply With Quote
  #3 (permalink)  
Old Oct 6th, 2006, 12:33
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 164
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Site Redirection

Godaddy will also do this for free if you register with them.
Reply With Quote
Reply

Tags
redirection

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Form Redirection madmax PHP Forum 4 Jun 4th, 2007 17:35
Frame redirection with PHP linchpin311 PHP Forum 2 May 17th, 2007 17:35
Upload redirection Ross PHP Forum 8 Feb 28th, 2007 23:32
redirection problem iamzoli PHP Forum 12 Apr 11th, 2004 08:48


All times are GMT. The time now is 23:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43