I have a domain name that was used for a temporary site, now I would just like it to point to my current site. For example, Site1.com is my main site, i want AltSite.com to redirect to Site1.com, showing the Site1.com URL. What is the correct way to do this? Thanks!
Announcement
Announcement Module
Collapse
No announcement yet.
two domain names point to one site...How?
Page Title Module
Move
Remove
Collapse
-
Tags: None
-
You can set up URL forwarding from who ever you registered your domain name with, or you could set up a 301 redirect on the temporary domain name, this will probably be a good idea for SEO reasons, though i'm no expert!
-
Yup, two ways. Either use URL forwarding through the domain registrar, or if you already have nameservers set up with a webhost on the second site, just use a URL redirect through a meta refresh tag in the html head. Second method is preferred, 'cause then your website will be live and all ready to go with a simple swap of index.htm files. Plus it can be spidered with the description information and start the site's population on search engines.
<meta http-equiv="refresh" content="0;url=http://othersite.com/" />
The number after content is the number of seconds to wait before refreshing. I usually leave a hotlink in the body copy too, saying something like "This page should automatically redirect you. If it doesn't, please click HERE".Last edited by Ned; 07-13-2009, 04:11 PM.
Comment
-
Use a redirect file to point people from the one site to the other.
Here is the one I use:
Replace yourURLhere with the URL you want people to go to. Then make this html page the only one on the site you want to redirect from.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Page Title</title> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourURLhere.com/"> </head> <body> </body> </html>
Comment
-
Thanks for the options everyone. I won't be able to do the URL redirect because the hosting currently attached to the AltSite.com domain is going to get canceled.
It looks like URL forwarding costs money through my domain name registrar, there isn't any other way to get that domain to point to another site/host?
Comment
-
Wha-!? Get a new registrar. I've never heard of anything so ridiculous as charging for domain forwarding, and I've been hosting websites for many years and have used many domain registries.Originally posted by MikeTheVike View PostIt looks like URL forwarding costs money through my domain name registrar, there isn't any other way to get that domain to point to another site/host?Last edited by Ned; 07-14-2009, 05:14 AM.
Comment
Google search
Google search Module
Collapse
Latest Topics
Latest Topics Module
Collapse
-
Commented to LOL, the story of my life.Love it
-
Commented to New to the forumWelcome Aboard

If you are having trouble using the board, please bear with us. We are going through a major upgrade. Hopefully it will all be resolved in a few days.
We ask... -
Commented to A Series of Album CoversYou're not doing the breadth of the books justice simply by concentrating on one House. They are long long stories, each one an intricate interplay between many many characters. Your first implies it's...
-
Commented to College Kid Looking for Critiques on PortfolioBuda - thank you so much for the detailed feedback! I never thought to try different sizes and backingss, and expanding what I currently have to other formats will be a great creative exercise. I also...
-
Commented to New designer and forumer! :)You made me curious as to how far along I am in regards to that 10,000. So I had a look and I've taken 23,163 photos on my camera. So I guess I'm on my way

Every photo you... -
Commented to A Series of Album CoversAs a set, they look good together, but they should be strong on their on also. They remind me of the Penguin Classics book covers designed by Coralie Bickford-Smith.
http://www.us.penguingroup.com/pages...ics/index.html... -
Commented to College Kid Looking for Critiques on PortfolioNice Move, Go On!
-
Commented to Printers fault or mine? Please helpI work at a printing company. Always request a printed proof before printing. If it's a colour job, we usually supply one but you don't know that this is the case with every company. If you made changes...
All Creative World Network
All Creative World Network Module
Collapse

Comment