Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

multiple domain forwarding = higher SE rank?

Status
Not open for further replies.

methods

Level 4
Legacy Platinum Member
Joined
Aug 26, 2004
Messages
206
Reaction score
0
my situation is alot easier though because it is only 3 or 4 sites so i can just make 4 names active and just have them all the same , your situation howver is more complex because of the amount of domains.

as far as jfk, I thought it was the government...ha
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
yes, not only the amount of domains. But is like for each live site (and there are many) some need 20 domains , others 100 etc...
so, its pretty big...
 

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
Some domainers may have hundreds or thousands of names so they do not want to spend zillions of hrs time and expense setting up so many online websites on the server. We already knew putting a website online (and using framed redirect kind of stuff, etc) was a way to do it... easy to do if dealing with only a few domains.

Masked Forwarding of non-developed webpages is done by others often. Just today there is another thread where Fabulous appears to be using it on someones .us name. In the past BD used it on 300,000 domains.

I am thinking the problem may be that the issue and goal (and words Masked Forwarding) is for some odd reason almost impossible for others to grasp.
 

xalex

DNF Newbie
Legacy Exclusive Member
Joined
Jul 24, 2004
Messages
52
Reaction score
0
Why is this thread still going? Are we still trying to decide how to forward domains? Its been already answered.
 

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
xalex said:
Why is this thread still going? Are we still trying to decide how to forward domains? Its been already answered.

The issue has not been answered as far as I know, far from it.

Ask Seeker and he in all likelihood will also say that.

P.S. Do you know how to do Masked Forwarding on non-developed non-online domains?
 

chatcher

Crazy Chuck
Legacy Exclusive Member
Joined
Aug 13, 2002
Messages
320
Reaction score
0
RealNames said:
P.S. Do you know how to do Masked Forwarding on non-developed non-online domains?

Depends on your registrar. At eNom, just select "URL Frame" for the Host Records for hostnames @ (none), www, and * (other). Enter the URL you want to forward to. (If you want unmasked forwarding, select "URL Redirect" instead of "URL Frame"). Other registrars may call it something else.
 

xalex

DNF Newbie
Legacy Exclusive Member
Joined
Jul 24, 2004
Messages
52
Reaction score
0
RealNames said:
The issue has not been answered as far as I know, far from it.

Ask Seeker and he in all likelihood will also say that.

P.S. Do you know how to do Masked Forwarding on non-developed non-online domains?

What do you mean by non-developed non-online domains?
 

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
chatcher said:
Depends on your registrar. At eNom, just select "URL Frame" for the Host Records for hostnames @ (none), www, and * (other). Enter the URL you want to forward to. (If you want unmasked forwarding, select "URL Redirect" instead of "URL Frame"). Other registrars may call it something else.

As explained by Seeker and I many times we want to do it ourselves rather than rely on the registrar to do it. If your domains are on your own colocated dedicated server there is no reason to have only the registrar do it.

Plus, that means I would need to reconfigure them all if I ever switched registrars meaning more time and work. Also, it's good not being at the mercy of a 3rd party, who may one day decide to charge for Masked Forwarding. In fact some already charge extra for it, one registrar I am with offers it for $4.95/Yr per domain.

P.S. Where are you Seeker, I can't man the fort by myself any longer, perhaps you can explain it to xalex better than me as I am about ready to throw in the towel.
 

paxton

DNF Member
Legacy Exclusive Member
Joined
Aug 30, 2004
Messages
517
Reaction score
0
Wow. I just read the entire 5 pages and I think I might have to join the JFK consipracy investigation. :)

Actually, I think the problem with everyone not being on the same page is because of the language being used.

From what I can gather, the question involves being able to have multiple Domain Names resolve to a central URL location - with each domain appearing (and staying) in the address bar. The tricky part is that they want this to be done WITHOUT hosting on any of the DNs - with the obvious exception of the central URL.

This means any suggestions involving apache (i.e .htaccess mods) frames, meta-refresh scripts, or any other html coding do not apply.

So can this be done? I'm not an expert, but intuitively I would think it can't be done. If Microsoft or any other browser creators allowed users to manipulate the address bar in this fashion then a whole can of worms would be opened. The potential abuse would range from petty intellectual property rights thievery to full-scale scams.

Someone correct me if I'm wrong. Just trying to clarify the issue... hopefully I understood it correctly!

Cheers.
 

chatcher

Crazy Chuck
Legacy Exclusive Member
Joined
Aug 13, 2002
Messages
320
Reaction score
0
RealNames said:
As explained by Seeker and I many times we want to do it ourselves rather than rely on the registrar to do it. If your domains are on your own colocated dedicated server there is no reason to have only the registrar do it.

Sorry, I am confused. I think your question has been answered several times. If you have your own dedicated server, the only difference is that you will be serving the frames page that redirects the browser to the destination URL.

For instance, lets say you want to use masked forwarding to send 50 different domain names to otherdomain.com without any web server configuration for the 50 domains. Set up your web server to host a single web page on one IP address. (You can use the same IP address for name-based hosting if you can't get multiple IP addresses for your server, but in that case this will be the default page for the IP.) The web page could contain the following code:

<html><head>
<meta name="DESCRIPTION" content="your description">
<meta name="KEYWORDS" content="your keywords">
<title>your title</title>
</head>
<frameset rows='100%, *' frameborder=no framespacing=0 border=0>
<frame src="http://www.otherdomain.com" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0>
</frame>
</frameset>
<noframes>
<h2>Your browser does not support frames. We recommend upgrading your browser.</h2><br><br>
<center>Click <a href="http://www.otherdomain.com">here</a> to enter the site.</center>
</noframes>
</html>

You can omit the title or meta tags if you don't need them.

Now configure the DNS records for the 50 domains to point to the IP address of your web server. Be sure to include an A (or CNAME) record for at least @ (the domain name itself) and * (to match all other host names).

This will display the content of www.otherdomain.com in a frame, and the address line will show one of the 50 domains you are forwarding ("masking" the desination URL). As mentioned before, there are disadvantages to using this kind of method. If otherdomain.com belongs to you (not a ppc provider or other content you don't control) there is really no reason to use forwarding, you can put the content on your web server and allow all 51 domains to point to it directly, with no individual configuration or content required for each domain.

There is nothing secret about this stuff. The information is out there if you are willing to learn it. Learn to use Google. Learn to "View Source".
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
rocket science I tell you. Trust me, its easier.
and yes, finding out who killed JFK is easier...
I give up.
 

chatcher

Crazy Chuck
Legacy Exclusive Member
Joined
Aug 13, 2002
Messages
320
Reaction score
0
paxton said:
Wow. I just read the entire 5 pages and I think I might have to join the JFK consipracy investigation. :)

I'm beginnig to wonder if JFK is really dead.


paxton said:
From what I can gather, the question involves being able to have multiple Domain Names resolve to a central URL location - with each domain appearing (and staying) in the address bar. The tricky part is that they want this to be done WITHOUT hosting on any of the DNs - with the obvious exception of the central URL.

This means any suggestions involving apache (i.e .htaccess mods) frames, meta-refresh scripts, or any other html coding do not apply.

So can this be done? I'm not an expert, but intuitively I would think it can't be done.


For a domain name to work in any way, shape, or form, it must (1) be active in the TLD zone (i.e. have name server(s) assigned), AND (2) the assigned name server(s) have to provide ip address information for the domain (i.e. DNS server(s) must be configured with a zone for the domain, even if it is just a wildcard zone) AND (3) the ip address(es) the DNS server provide(s) must point to a live resource. In the case of the web, which is what most of us are concerned with for parked domains, the IP address must point to a web (http:) server that provides code a web browser can understand (html). No matter what kind of forwarding or redirection is used, masked, unmasked, whatever, this is all still happening behind the scenes. If you want to "do it yourself", you have to do it ALL. Saying a domain name is not online, or undeveloped, is misleading. It is either active or it isn't, and if it isn't, it isn't going to come up in anyone's web browser.

seeker said:
... I give up.

Thank goodness.
 

seeker

DNF Addict
Legacy Exclusive Member
Joined
Jun 18, 2003
Messages
4,159
Reaction score
17
chatcher said:
There is nothing secret about this stuff. The information is out there if you are willing to learn it. Learn to use Google. Learn to "View Source".

I appreciate you trying to help.
However, I dont think its a matter of us learning to search on google, not viewing source.
It's a matter of you understabding what the question is...
:eek:k:
 

chatcher

Crazy Chuck
Legacy Exclusive Member
Joined
Aug 13, 2002
Messages
320
Reaction score
0
seeker said:
I appreciate you trying to help.
However, I dont think its a matter of us learning to search on google, not viewing source.
It's a matter of you understabding what the question is...
:eek:k:

You are probably right. If the question has not been answered, I do not know what it was, and will defer to someone else to answer.

Good luck in your quest.
 

websitedeveloper

DNF Regular
Legacy Exclusive Member
Joined
Apr 14, 2003
Messages
471
Reaction score
0
Thanks Chuck your posts explain what I've been wanting to do for a while.
It is definitely better than running to cPanel to create a unique account for each domain when they just forward to PPC, which is what I've been doing.
Pity Urchin is very expensive though.
 

xalex

DNF Newbie
Legacy Exclusive Member
Joined
Jul 24, 2004
Messages
52
Reaction score
0
One point to add, most SE will drop all but one domain when you do multiple forwarding. Forwarding is good for type in traffic only.
 

cwsteam.com

DNF Addict
Legacy Exclusive Member
Joined
Jul 13, 2004
Messages
2,086
Reaction score
0
The best is to use 301 redirect via .htaccess and you will be alright.
 

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
chatcher said:
I'm beginnig to wonder if JFK is really dead. For a domain name to work in any way, shape, or form, it must (1) be active in the TLD zone (i.e. have name server(s) assigned), AND (2) the assigned name server(s) have to provide ip address information for the domain (i.e. DNS server(s) must be configured with a zone for the domain, even if it is just a wildcard zone) AND (3) the ip address(es) the DNS server provide(s) must point to a live resource......

Chuck, thanks for all your time but I really think there is more to this than you are thinking is possible. It is hard to believe BuyDomains went thru the major expense of setting up 300,000 active domains on their server to do masked forwarding. I also find it tough to believe the registrars today who offer masked forwarding to customers such as GoDaddy would do all that work, especially since it is often a free service.

It is a big time intensive and tedious job setting up a domain on a server so it resolves. There are lots of different steps involved including configuring it in the zone files and allocating the server space and default settings, setting up IP's, etc.

In regards to some here saying a good way to do masked forwarding is to use just one IP address for multiple names and they will always go into the main website with that IP. That does not seem viable as first of all IP addresses are in very short supply and rationed, most server firms only allow you to have 1 or 2 I.P.'s forcing you to use one IP for multiple names. Often there are hundreds of site using just 1 IP on a server, so getting a different IP for every category or subject website would be almost impossible. You would also need the unique IP for every category of domain names you have using the masked forwarding, perhaps a high number of different I.P.'s.

cwsteam.com said:
The best is to use 301 redirect via .htaccess and you will be alright.

Can you please post the 301 htaccess code? Also, can it somehow work without spending vast amounts of time setting up a website for each masked forwarded domain name?
 

chatcher

Crazy Chuck
Legacy Exclusive Member
Joined
Aug 13, 2002
Messages
320
Reaction score
0
RealNames said:
Chuck, thanks for all your time but I really think there is more to this than you are thinking is possible. It is hard to believe BuyDomains went thru the major expense of setting up 300,000 active domains on their server to do masked forwarding.


As I have tried to explain, once the initial site is set up, there does not HAVE to be ANY additional work per domain.


RealNames said:
I also find it tough to believe the registrars today who offer masked forwarding to customers such as GoDaddy would do all that work, especially since it is often a free service.


I'm quite sure the system used by GoDaddy does not require any work (by a human GoDaddy employee) to forward a new domain. That does not mean they didn't have to do any work up front to set the system up.


RealNames said:
It is a big time intensive and tedious job setting up a domain on a server so it resolves. There are lots of different steps involved including configuring it in the zone files and allocating the server space and default settings, setting up IP's, etc.


How much work is involved in getting a domain name to resolve depends on the techniques you use, but the bottom line is that until the domain name resolves, it will not "go" anywhere. If you find that it is too much work to get a domain name working, you need to either change your method or put a little time into automating the process. If I register a domain using my name servers, it begins to resolve as soon as the registry updates the TLD zone. With zero additional effort on my part, it points to my default web site, which displays a parking page with my default PPC results. Only if I want to change what it does do I need to do anything else, and then I only have to add it to my database with whatever particular options I want to use.


RealNames said:
In regards to some here saying a good way to do masked forwarding is to use just one IP address for multiple names and they will always go into the main website with that IP. That does not seem viable as first of all IP addresses are in very short supply and rationed, most server firms only allow you to have 1 or 2 I.P.'s forcing you to use one IP for multiple names. Often there are hundreds of site using just 1 IP on a server, so getting a different IP for every category or subject website would be almost impossible. You would also need the unique IP for every category of domain names you have using the masked forwarding, perhaps a high number of different I.P.'s.


I have not found any shortage of IP addresses. I have one of the cheapest dedicated server plans available and my ISP provided 5 IP addresses with no justification required. More are available on request if I have need for them (which I don't). If you have a server, you have at least one IP. If you run a web server on that one IP, you can set up one default web site, as well as any number (thousands) of other name-based websites. Any browser request that comes in with no host header, or an unknown host header, will go to the default web site (which could be a static page, a redirect, or a "masked forwarding" frame page). If you use a simple html page, the default page will be the same for all domain names using it. If you use javascript, server-side includes, ASP, CGI, or some other scripting technique you can customize the page based on the name of the domain. If you use a database to store optional information for each domain you can further customize the page, for instance to forward to a different URL or add keywords. In that case you are going to have to add the domain name to the database, either manually or automatically, and enter the specific options.


RealNames said:
Can you please post the 301 htaccess code? Also, can it somehow work without spending vast amounts of time setting up a website for each masked forwarded domain name?

The 301 redirect is a permanent redirect. Any browser or search engine spider that receives it is supposed to change the bookmark, favorites entry, or search engine listing from the URL used to reach the site to the new URL. Whether or not that is a good thing depends on what you are trying to do. If you have 50 domain names listed in search engines, and use 301 redirects to forward them to another website, theoretically after they are visited by the search engine spider they will no longer be listed in the search engine under the original 50 domains. How to do a 301 redirect depends on what kind of web server you run. Since you mention htaccess, I'll assume you run an Apache web server. In that case, one line in the htaccess file will do it:

redirect 301 / http://www.newdomain.com/newpage.html

But the domains you want to redirect still must point to that htaccess file, which requires name server entry, dns zone configuration, web server configuration, etc. In other words, I don't think 301 redirect is your magic bullet.

You seem to think that because some registrars make it very easy and free to activate a domain name and forward it to a particular destination URL, that you should be able to do the same thing with no effort or expense. It is free and easy at those registrars because they have developed automated software at some considerable effort and expense to make it possible. Connecting a domain name to a web page is not rocket science, and neither is implementing a solution to handle thousands of domain names with a minimum of effort. But both require certain steps to be done, and you can't get around that fact.
 

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
"If I register a domain using my name servers, it begins to resolve as soon as the registry updates the TLD zone. With zero additional effort on my part, it points to my default web site, which displays a parking page with my default PPC results. Only if I want to change what it does do I need to do anything else, and then I only have to add it to my database with whatever particular options I want to use."

Hi Chuck, again thanks for all your time. Perhaps you could explain why is it when I reg a new domain using my standard nameservers (long after the registry update time), it does NOT resolve and brings up the standard Browser Page Not Found error screen?

What do I need to do differently to get a new domain resolving automaticaly as yours do?
 
Status
Not open for further replies.

Who has viewed this thread (Total: 1) View details

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Premium Members

Upcoming events

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators

Top Bottom