PDA

View Full Version : Can someone explain URL redirection works?



Moondoggy
Jan 31st, 2007, 11:51 AM
Hi,

I was wondering if anyone can explain URL redirection from the Registars point of view? Here is the situation.

Our company's IT department purchases the rights to all domain names from 1 registrar and we handle this activity on behalf of our client base. When we get a request for a new domain name the users typically want the registration for that name in the BIZ, COM, NET and ORG top level domains but they typically only use the COM domain for business.

We also manage our own external DNS zones for all domains that we own the rights to. In the past we have created a zone for each domain name so when the clients want 4 TLD's we have created 4 DNS zones and have populated each zone with records that will allow name resolutions regardless of what TLD the customers on the outside world may use. Sometimes these are host records but for the most part they are alias records that point to the corresponding .COM records IP address.

One of our concerns as managers of the external DNS is why we create 1 DNS zone for each TLD and then populate this zone with records on zones that we have really only have purchased to protect the name from domain pochers (i.e. .ORG). We were thinking that instead of setting up the zones in DNS we would simply park these zones. When I spoke with our registration company they said we could do that but as an alternative they would provide us with free URL redirection on these zones. According to what I was told this would allow anything directed at xxxxxx.org to be redirected to xxxxxxxx.com or any other domain that we own and have registered through their company.

OK, it all sounds pretty good to me but I'm an IT guy and messing around with access to our commercial business web sites is serious business that I certainly don't want to mess with if there are any potential ramifications. Since I know nothing about how URL redirection woks, I'm hoping that someone can explain how all this works from the end users perspctive (i.e. the guy who put http://www.xxxxx.org) in his browser and gets redirected). I know how DNS works but I'm fuzzy on how someone can enter www.xxxxxx.ORG in the URL field of the brower and be taken to a web server that is only setup to respond to www.yyyyy.COM. Does the redirection alter the URL in the end users browser? Does it work by redirecting any request to only 1 web page on the server or does it replace the xxxxx.org with yyyyyy.org in the URL regardless of what the end user specified as the page name (ie. www1, www2, etc)? What about email? If someone has a email address of xxxxxx@domain.com and someone specifies xxxxxx@domain.org instead will their be redirection on this or only in cases where a URL is involved?

Any help and information would be greatly appreciated.

qbert
Feb 2nd, 2007, 10:34 PM
Forwarding a domain name enables you to direct incoming traffic from one domain to an already existing Web site. When someone attempts to access your domain, their Web browser automatically redirects them to your main Web site with the destination website showing in the browser address bar.

Forwarding with Masking prevents visitors from knowing that they have been redirected by making sure that your domain name remains in their Web browser's address bar.

I hope that help you out.


Oh, and I don't think it works for email, but I'm not sure.

radnammandar
Feb 28th, 2007, 01:18 AM
Hello,

Redirection is quite easy and can be done from your regular cpanel or any control panel that you have. It saves you the effort t create two websites with same content. Let me know what kind of hosting packae you have and would help you out how its done.

charlesgan
Mar 5th, 2007, 09:22 PM
something like domain parking, also domain redirection.

http://en.wikipedia.org/wiki/Domain_redirection
http://en.wikipedia.org/wiki/Domain_parking
this article will help

Superb-Hosting
Mar 13th, 2007, 08:41 PM
also you can create a index.html file in place that can redirect the user to another site aswell.

diegoid
Oct 8th, 2008, 06:05 AM
.htaccess redirects also work pretty well.

clint999
Dec 5th, 2008, 04:15 AM
also you can create a index.html file in place that can redirect the user to another site aswell.

tryauto
Apr 15th, 2009, 02:38 AM
htaccess redirects also work pretty well.
http://www.picturehoster.org/storage/301.jpghttp://www.picturehoster.org/storage/302.jpghttp://www.picturehoster.org/storage/303.jpghttp://www.picturehoster.org/storage/304.jpghttp://www.picturehoster.org/storage/305.jpg

SiberForum
Apr 16th, 2009, 01:50 AM
htaccess redirects also work pretty well.
http://www.picturehoster.org/storage/301.jpghttp://www.picturehoster.org/storage/302.jpghttp://www.picturehoster.org/storage/303.jpghttp://www.picturehoster.org/storage/304.jpghttp://www.picturehoster.org/storage/305.jpg

But if you need that for the SEO proposes I would recommend you run that on the server side. That should be much more better for you

fast1
Apr 19th, 2009, 05:08 AM
it is something like domain parkinghttp://www.photosnag.com/img/3347/n09x0302vnsn/clear.gif

SiberForum
Apr 21st, 2009, 05:16 AM
it is something like domain parkinghttp://www.photosnag.com/img/3347/n09x0302vnsn/clear.gif

Not that is not the same. With parking you are on the same domain name but with redirect you are redirecting to the another domain name and web site as well

biggun
Jul 25th, 2009, 11:57 PM
I never understood how a stealth redirect is legal and not plagiarism. I can really have my domain point at another website with my domain name up in the address bar the whole time?

SiberForum
Jul 28th, 2009, 12:46 AM
I never understood how a stealth redirect is legal and not plagiarism. I can really have my domain point at another website with my domain name up in the address bar the whole time?

I wonder why do you think domain name redirection should be considered as plagiarism?
Both domain names (URLs) belong to you so all copyrights are saved

onsons
Dec 18th, 2009, 05:56 AM
it is easy to redirect with the help of .htaccess file and you can get coding for redirect from search in Google.

promotionalproducts
Sep 9th, 2010, 09:39 AM
Its very easy, If you want to redirect url example.com to example1.com, u need to do 301 redirection..........

SiberForum
Sep 13th, 2010, 01:10 AM
Its very easy, If you want to redirect url example.com to example1.com, u need to do 301 redirection..........

That is for the domain name. I suppose he also want to have the same for his domain name as well.