RE: OT Domain registration

2003-03-16 Thread Dave Watts
> I'm hosting multiple sites under a single IP and I haven't 
> been able to figure out Host Headers, either. I'm missing 
> something somewhere.

All you have to do is right-click on each site, select "Properties", go to
the "Web Site" tab, select "Advanced", double-click on whatever entries you
see in there, then type in the host-header name you want, for example
"www.bodafordhomes.com". That's all there is to that part.

> The only way I've been able to get sites accessed is by 
> forwarding (masked) to the actual folder on my server 
> using the static IP assigned by my ISP to my router,
> e.g. "www.BodafordHomes.com" would be setup at GoDaddy 
> to forward (again, masked) to 
> http://66.79.46.138/cfdocs/bodafordhomes/index.cfm. Then 
> the site serves. If I try to use a Host Header for the 
> site and call it www.BodafordHomes.com, then the forwarding 
> fails. I'm not sure if I'm doing what I should do with the
> server or not, but perhaps I'm not setting up what I need 
> with GoDaddy. Their "Parked" servers handle the DNS. Is that 
> what you're referring to when you talk about GoDaddy handling 
> the DNS, or is there more. (I'll visit GoDaddy and do some 
> research on this, too)

I don't know anything about GoDaddy, but what you need is to have all names
resolve to the same IP address. Your DNS provider can do this by creating
one A record pointing to the IP address, then as many CNAME records
(aliases) as necessary. They shouldn't resolve to specific folders; that's
not DNS, that's a redirect (as if they were using CFLOCATION).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-16 Thread Rick Faircloth
Yes, I'm sure I'm doing quite a few things wrong when it comes
to the server.  I don't have any formal education in any of this,
just figuring it out as I go.  Between help from others, like yourself,
and what material I find to read, I'm able to figure most things out,
but I haven't found much that gives me a step-by-step on configuring
Windows 2000 Server.

I'll contact you off-list and definitely accept your help!

Thanks for your help and insight so far.

Rick


>  -Original Message-
>  From: samcfug [mailto:[EMAIL PROTECTED]
>  Sent: Sunday, March 16, 2003 1:32 AM
    >  To: CF-Talk
>  Subject: Re: OT Domain registration
>
>
>  - Original Message -
>  From: <[EMAIL PROTECTED]>
>  To: "CF-Talk" <[EMAIL PROTECTED]>
>  Sent: Saturday, March 15, 2003 11:30 PM
>  Subject: Re: OT Domain registration
>
>
>  | After looking at the URL, GoDaddy is hosting the domain and simply
>  | putting up a frame src with whatever you type in apparently.
>  |
>  | www.BodafordHomes.com
>  | 
>  | http://66.79.46.138/cfdocs/rea/index.cfm";
>  frameborder="0">
>  | 
>  | 
>  | 
>  |
>
>  Actually by using this method of domain masking, you have
>  created a big security
>  hole on your server.
>  For example:
>  http://66.79.46.138/cfdocs/eal/index.cfm   gets you to your
>  "bodafordHomes"
>  index page.
>
>  If you trim the URL back a little to say,
http://66.79.46.138/cfdocs   You are
giving public access to your CF docs directory, your CF Administrator and
your
CF sample applications, which really have no business on a web server.

If you trim back a little further to http://66.79.46.138  then you get the
default web site of GoLiberty online.
( which is a really nice site too!)

The next consideration is if you ever want to provide your clients with a
statistics report, you will not be able to, except for the default web site,
and
it will include all the sub-directories under it making it inaccurate.

By setting up each of the sites as virtual sites, you can turn off your
default
web site, except for the short periods of time when you need to access CF
administrator to change something or add an ODBC connection, etc. and then
turn
it off.  An alternative would be to place a JavaScript redirect which sends
the
visitor to your own personal web site, which can also be a virtual site.
This
puts a small road block in the path of the intruders.  You will also
facilitate
the search engines efforts in indexing your sites.  ColdFusion will continue
to
work just fine with virtual web sites too. (assuming CF 5.0 or earlier.)
CFMX
is another animal altogether.




=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-15 Thread samcfug
- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 15, 2003 11:30 PM
Subject: Re: OT Domain registration


| After looking at the URL, GoDaddy is hosting the domain and simply
| putting up a frame src with whatever you type in apparently.
|
| www.BodafordHomes.com
| 
| http://66.79.46.138/cfdocs/rea/index.cfm"; frameborder="0">
| 
| 
| 
|

Actually by using this method of domain masking, you have created a big security
hole on your server.
For example:
http://66.79.46.138/cfdocs/eal/index.cfm   gets you to your "bodafordHomes"
index page.

If you trim the URL back a little to say, http://66.79.46.138/cfdocs   You are
giving public access to your CF docs directory, your CF Administrator and your
CF sample applications, which really have no business on a web server.

If you trim back a little further to http://66.79.46.138  then you get the
default web site of GoLiberty online.
( which is a really nice site too!)

The next consideration is if you ever want to provide your clients with a
statistics report, you will not be able to, except for the default web site, and
it will include all the sub-directories under it making it inaccurate.

By setting up each of the sites as virtual sites, you can turn off your default
web site, except for the short periods of time when you need to access CF
administrator to change something or add an ODBC connection, etc. and then turn
it off.  An alternative would be to place a JavaScript redirect which sends the
visitor to your own personal web site, which can also be a virtual site. This
puts a small road block in the path of the intruders.  You will also facilitate
the search engines efforts in indexing your sites.  ColdFusion will continue to
work just fine with virtual web sites too. (assuming CF 5.0 or earlier.)  CFMX
is another animal altogether.




=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-15 Thread jonhall
After looking at the URL, GoDaddy is hosting the domain and simply
putting up a frame src with whatever you type in apparently.

www.BodafordHomes.com

http://66.79.46.138/cfdocs/rea/index.cfm"; frameborder="0">




Honestly I don't know if search engines will spider content in a
frame and actually index it with the domain name the frameset is
actually on. I kinda doubt it though. I can imagine the recursive
insanity if google spidered a frame with google.com as the src :)

In addition to what Douglas said, and after having looked at GoDaddy's
rather anemic "Enterprise" DNS package for a bit. What I would do,
if I didn't want to host my own DNS (you didn't mention how you were
handling mail hosting...) is set up a local DNS server that you
control and have someone (your ISP might be a good candidate) set
up a secondary DNS record on their primary DNS server, with your DNS
server as it's primary. Which then gets replicated to their secondary,
etc. This would need to be done for each domain.

Then you can setup their primary and secondary DNS servers as the DNS
servers at GoDaddy like normal. The advantage is, you get total
control over the DNS records without having to get someone else to
make changes, you get some experience for when you want to do your
own DNS hosting eventually, and you don't have to worry about their
DNS not resolving if your personal DNS server does go down. For
example if email is hosted by someone else, it would still work, since
DNS still resolves.

I've never used Bind, but Windows DNS is an option as well. It's
pretty easy to manage and full featured. I can attest to the fact that
it scales very well too.

Some reading...
http://www.labmice.net/networking/DNS.htm

-- 
mailto:[EMAIL PROTECTED]
Saturday, March 15, 2003, 9:55:15 PM, you wrote:

RF> Hi, Jon.

RF> I've managed to get a Windows 2000 Server serving my clients'
RF> websites, but never could figure out the DNS part..  I need to invest
RF> in a "Windows 2000 Server for Dummies" book to find some starter info
RF> on how to handle DNS, start to finish.

RF> I'm hosting multiple sites under a single IP and I haven't been able to
RF> figure
RF> out Host Headers, either.  I'm missing something somewhere.

RF> The only way I've been able to get sites accessed is by forwarding (masked)
RF> to
RF> the actual folder on my server using the static IP assigned by my ISP to my
RF> router,
RF> e.g. "www.BodafordHomes.com" would be setup at GoDaddy to forward (again,
RF> masked)
RF> to http://66.79.46.138/cfdocs/bodafordhomes/index.cfm.  Then the site
RF> serves.
RF> If I try to use a Host Header for the site and call it
RF> www.BodafordHomes.com, then the
RF> forwarding fails.  I'm not sure if I'm doing what I should do with the
RF> server or not, but perhaps
RF> I'm not setting up what I need with GoDaddy.  Their "Parked" servers handle
RF> the DNS.
RF> Is that what you're referring to when you talk about GoDaddy handling the
RF> DNS, or is there
RF> more.  (I'll visit GoDaddy and do some research on this, too)

RF> Any advice and insights is appreciated

RF> Rick


RF> >  -Original Message-
RF> >  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
RF> >  Sent: Saturday, March 15, 2003 4:48 PM
RF> >  To: CF-Talk
RF> >  Subject: Re: OT Domain registration
RF> >
RF> >
RF> >  If blind forwarding is a term for a HTTP 3xx redirect, then yes the
RF> >  search engines will generally follow them as long as the
RF> >  domain doesn't change.
RF> >
RF> >  Why not just skip the whole forwarding thing though, and get someone
RF> >  to host dns for you if you don't want to do it yourself? It should be
RF> >  cheap or free no matter who you get to do it. Most places
RF> >  will probably set
RF> >  up their dns to synch with your own local dns if so desired even.
RF> >
RF> >  --
RF> >  mailto:[EMAIL PROTECTED]
RF> >  Saturday, March 15, 2003, 4:03:24 PM, you wrote:
RF> >
RF> >  RF> I was very curious about responses to your last response, Jason.
RF> >  RF> I've been using GoDaddy and using blind forwarding for my domains
RF> >  RF> and have been having trouble with search engines.  I was
RF> >  just beginning
RF> >  RF> to wonder what effect blind forwarding was having on that.
RF> >
RF> >  RF> I see that you go no response to your concern.
RF> >
RF> >  RF> Any insights you've picked up since the date of this email?
RF> >
RF> >  RF> Rick
RF> >

RE: OT Domain registration

2003-03-15 Thread Matt Robertson
Douglas wrote:
>Win2k Advanced server is required to set up multiple Web Sites,
>but I forget here.

Win2k Server can do the same job in exactly the same way, but otherwise
everything you said sounds pretty much spot on.  Its Win2k Pro that
can't do multiple sites in IIS.

Personally, I run my dns thru cybercon.com, who hosts my dedicated
boxes.  I am a reseller for GoDaddy and use them as registrar... But
they wouldn't be quite such a competitive option if I had to pay for
dns, or go to the trouble of using Bind or Windows DNS, making
arrangements with another host to do my secondary dns etc.


 Matt Robertson   [EMAIL PROTECTED] 
 MSB Designs, Inc.  http://mysecretbase.com


-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 15, 2003 8:23 PM
To: CF-Talk
Subject: Re: OT Domain registration


You seem to have several problems
:
First, is your OS Win2k Server or Win2k Adv Server? Or WindowsXP Pro?
I am not sure about Win2k Server, as I run Adv server, and it is pretty
simple
to set up multiple virtual sites.
Adv server can also handle DNS, although best practices call for a
separate box
to handle DNS stuff.

If you have IIS 5.0  go to Start>Programs>Administrative tools>computer
management
When that applet starts - select "Internet Information Services"  right
click
and select New >Web site.

That should start a wizard that will walk you through setting up a
virtual web
site.  In that wizard, and later under properties of the web site.  You
can set
the IP number, and under "advanced" you can add the header information
such as
domain.com + www.domain.com
There are also tabs which allow you to set the directory path, the
filename of
the default start page (index.htm, index.html, index.cfm, etc.  There
are many
more settings for each web site, and you can experiment with them until
you are
satisfied.
If I am correct, Win2k Advanced server is required to set up multiple
Web Sites,
but I forget here.

Once the virtual web sites are set up, you can have DNS point to that
web site,
and Win2k will display the correct directory without having to worry
about
masking or sub-directories under your default web site.

As an example, http://www.clickdoug.com/clients.htm   will display a
list of
virtual sites running on a single Win2k Adv Server.  There are sites on
that
server with Us registrars, Canadian Registrars, and even Australian
Registrars.
All running on a single server. and a single IP number.

In order for you to use GoDaddy's name servers for DNS services for each
domain,
you must sign up for and pay an additional annual fee.  Registrars such
as
Registerfly.com, and register.com, provide DNS services without
additional
charge.

For DNS information, I strongly recommend the book "DNS and BIND
Cookbook"

I also am able to provide DNS service as well, as I have my own DNS
servers set
up.  But this is not required if the registrar will provide that service
at no
extra cost.

If you would like some help with any or all of the above, feel free to
email me
off list, and I will try to walk you through the process.
=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Rick Faircloth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 15, 2003 8:55 PM
Subject: RE: OT Domain registration


| Hi, Jon.
|
| I've managed to get a Windows 2000 Server serving my clients'
| websites, but never could figure out the DNS part..  I need to invest
| in a "Windows 2000 Server for Dummies" book to find some starter info
| on how to handle DNS, start to finish.
|
| I'm hosting multiple sites under a single IP and I haven't been able
to
| figure
| out Host Headers, either.  I'm missing something somewhere.
|
| The only way I've been able to get sites accessed is by forwarding
(masked)
| to
| the actual folder on my server using the static IP assigned by my ISP
to my
| router,
| e.g. "www.BodafordHomes.com" would be setup at GoDaddy to forward
(again,
| masked)
| to http://66.79.46.138/cfdocs/bodafordhomes/index.cfm.  Then the site
| serves.
| If I try to use a Host Header for the site and call it
| www.BodafordHomes.com, then the
| forwarding fails.  I'm not sure if I'm doing what I should do with the
| server or not, but perhaps
| I'm not setting up what I need with GoDaddy.  Their "Parked" servers
handle
| the DNS.
| Is that what you're referring to when you talk about GoDaddy handling
the
| DNS, or is there
| more.  (I'll visit GoDaddy and do some research on this, too)
|
| Any advice and insights is appreciated
|
| Rick
|
|
| >  -----Original Me

Re: OT Domain registration

2003-03-15 Thread samcfug
You seem to have several problems
:
First, is your OS Win2k Server or Win2k Adv Server? Or WindowsXP Pro?
I am not sure about Win2k Server, as I run Adv server, and it is pretty simple
to set up multiple virtual sites.
Adv server can also handle DNS, although best practices call for a separate box
to handle DNS stuff.

If you have IIS 5.0  go to Start>Programs>Administrative tools>computer
management
When that applet starts - select "Internet Information Services"  right click
and select New >Web site.

That should start a wizard that will walk you through setting up a virtual web
site.  In that wizard, and later under properties of the web site.  You can set
the IP number, and under "advanced" you can add the header information such as
domain.com + www.domain.com
There are also tabs which allow you to set the directory path, the filename of
the default start page (index.htm, index.html, index.cfm, etc.  There are many
more settings for each web site, and you can experiment with them until you are
satisfied.
If I am correct, Win2k Advanced server is required to set up multiple Web Sites,
but I forget here.

Once the virtual web sites are set up, you can have DNS point to that web site,
and Win2k will display the correct directory without having to worry about
masking or sub-directories under your default web site.

As an example, http://www.clickdoug.com/clients.htm   will display a list of
virtual sites running on a single Win2k Adv Server.  There are sites on that
server with Us registrars, Canadian Registrars, and even Australian Registrars.
All running on a single server. and a single IP number.

In order for you to use GoDaddy's name servers for DNS services for each domain,
you must sign up for and pay an additional annual fee.  Registrars such as
Registerfly.com, and register.com, provide DNS services without additional
charge.

For DNS information, I strongly recommend the book "DNS and BIND Cookbook"

I also am able to provide DNS service as well, as I have my own DNS servers set
up.  But this is not required if the registrar will provide that service at no
extra cost.

If you would like some help with any or all of the above, feel free to email me
off list, and I will try to walk you through the process.
=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Rick Faircloth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 15, 2003 8:55 PM
Subject: RE: OT Domain registration


| Hi, Jon.
|
| I've managed to get a Windows 2000 Server serving my clients'
| websites, but never could figure out the DNS part..  I need to invest
| in a "Windows 2000 Server for Dummies" book to find some starter info
| on how to handle DNS, start to finish.
|
| I'm hosting multiple sites under a single IP and I haven't been able to
| figure
| out Host Headers, either.  I'm missing something somewhere.
|
| The only way I've been able to get sites accessed is by forwarding (masked)
| to
| the actual folder on my server using the static IP assigned by my ISP to my
| router,
| e.g. "www.BodafordHomes.com" would be setup at GoDaddy to forward (again,
| masked)
| to http://66.79.46.138/cfdocs/bodafordhomes/index.cfm.  Then the site
| serves.
| If I try to use a Host Header for the site and call it
| www.BodafordHomes.com, then the
| forwarding fails.  I'm not sure if I'm doing what I should do with the
| server or not, but perhaps
| I'm not setting up what I need with GoDaddy.  Their "Parked" servers handle
| the DNS.
| Is that what you're referring to when you talk about GoDaddy handling the
| DNS, or is there
| more.  (I'll visit GoDaddy and do some research on this, too)
|
| Any advice and insights is appreciated
|
| Rick
|
|
| >  -Original Message-
| >  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
| >  Sent: Saturday, March 15, 2003 4:48 PM
| >  To: CF-Talk
| >  Subject: Re: OT Domain registration
| >
| >
| >  If blind forwarding is a term for a HTTP 3xx redirect, then yes the
| >  search engines will generally follow them as long as the
| >  domain doesn't change.
| >
| >  Why not just skip the whole forwarding thing though, and get someone
| >  to host dns for you if you don't want to do it yourself? It should be
| >  cheap or free no matter who you get to do it. Most places
| >  will probably set
| >  up their dns to synch with your own local dns if so desired even.
| >
| >  --
| >  mailto:[EMAIL PROTECTED]
| >  Saturday, March 15, 2003, 4:03:24 PM, you wrote:
| >
| >  RF> I was very curious about responses to your las

RE: OT Domain registration

2003-03-15 Thread Rick Faircloth
Hi, Jon.

I've managed to get a Windows 2000 Server serving my clients'
websites, but never could figure out the DNS part..  I need to invest
in a "Windows 2000 Server for Dummies" book to find some starter info
on how to handle DNS, start to finish.

I'm hosting multiple sites under a single IP and I haven't been able to
figure
out Host Headers, either.  I'm missing something somewhere.

The only way I've been able to get sites accessed is by forwarding (masked)
to
the actual folder on my server using the static IP assigned by my ISP to my
router,
e.g. "www.BodafordHomes.com" would be setup at GoDaddy to forward (again,
masked)
to http://66.79.46.138/cfdocs/bodafordhomes/index.cfm.  Then the site
serves.
If I try to use a Host Header for the site and call it
www.BodafordHomes.com, then the
forwarding fails.  I'm not sure if I'm doing what I should do with the
server or not, but perhaps
I'm not setting up what I need with GoDaddy.  Their "Parked" servers handle
the DNS.
Is that what you're referring to when you talk about GoDaddy handling the
DNS, or is there
more.  (I'll visit GoDaddy and do some research on this, too)

Any advice and insights is appreciated

Rick


>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
    >  Sent: Saturday, March 15, 2003 4:48 PM
>  To: CF-Talk
>  Subject: Re: OT Domain registration
>
>
>  If blind forwarding is a term for a HTTP 3xx redirect, then yes the
>  search engines will generally follow them as long as the
>  domain doesn't change.
>
>  Why not just skip the whole forwarding thing though, and get someone
>  to host dns for you if you don't want to do it yourself? It should be
>  cheap or free no matter who you get to do it. Most places
>  will probably set
>  up their dns to synch with your own local dns if so desired even.
>
>  --
>  mailto:[EMAIL PROTECTED]
>  Saturday, March 15, 2003, 4:03:24 PM, you wrote:
>
>  RF> I was very curious about responses to your last response, Jason.
>  RF> I've been using GoDaddy and using blind forwarding for my domains
>  RF> and have been having trouble with search engines.  I was
>  just beginning
>  RF> to wonder what effect blind forwarding was having on that.
>
>  RF> I see that you go no response to your concern.
>
>  RF> Any insights you've picked up since the date of this email?
>
>  RF> Rick
>
>
    >  RF> >  -Original Message-
>  RF> >  From: Jason Miller [mailto:[EMAIL PROTECTED]
>  RF> >  Sent: Thursday, March 06, 2003 1:34 PM
>  RF> >  To: CF-Talk
>  RF> >  Subject: Re: OT Domain registration
>  RF> >
>  RF> >
>  RF> >  With all these domain name services - I had just
>  registered with
>  RF> >  regiterfly as a reseller because for some reason
>  godaddy's reseller
>  RF> >  program did not prompt me to sign up...
>  RF> >
>  RF> >  however my main concern is with companies like
>  godaddy.com and
>  RF> >  registerfly.com - if ip's are forwarded or any
>  masking takes
>  RF> >  place - I
>  RF> >  assume it must have adverse effects on search
>  engine placement...
>  RF> >  Anyone have any insight to this? What is legitimate
>  RF> >  forwarding vs not? I
>  RF> >  am nervous enough using coldfusion and having to develop
>  RF> >  clean URL's and
>  RF> >  their advers effects on search engines.. let
>  alone the registar's
>  RF> >  procedures..
>  RF> >
>  RF> >  Any links/ input is appreciated- I do think it's
>  an important issue.
>  R
>
>  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-15 Thread jonhall
If blind forwarding is a term for a HTTP 3xx redirect, then yes the
search engines will generally follow them as long as the domain doesn't change.

Why not just skip the whole forwarding thing though, and get someone
to host dns for you if you don't want to do it yourself? It should be
cheap or free no matter who you get to do it. Most places will probably set
up their dns to synch with your own local dns if so desired even.

-- 
mailto:[EMAIL PROTECTED]
Saturday, March 15, 2003, 4:03:24 PM, you wrote:

RF> I was very curious about responses to your last response, Jason.
RF> I've been using GoDaddy and using blind forwarding for my domains
RF> and have been having trouble with search engines.  I was just beginning
RF> to wonder what effect blind forwarding was having on that.

RF> I see that you go no response to your concern.

RF> Any insights you've picked up since the date of this email?

RF> Rick


RF> >  -Original Message-
RF> >  From: Jason Miller [mailto:[EMAIL PROTECTED]
RF> >  Sent: Thursday, March 06, 2003 1:34 PM
RF> >  To: CF-Talk
RF> >  Subject: Re: OT Domain registration
RF> >
RF> >
RF> >  With all these domain name services - I had just registered with
RF> >  regiterfly as a reseller because for some reason godaddy's reseller
RF> >  program did not prompt me to sign up...
RF> >
RF> >  however my main concern is with companies like godaddy.com and
RF> >  registerfly.com - if ip's are forwarded or any masking takes
RF> >  place - I
RF> >  assume it must have adverse effects on search engine placement...
RF> >  Anyone have any insight to this? What is legitimate
RF> >  forwarding vs not? I
RF> >  am nervous enough using coldfusion and having to develop
RF> >  clean URL's and
RF> >  their advers effects on search engines.. let alone the registar's
RF> >  procedures..
RF> >
RF> >  Any links/ input is appreciated- I do think it's an important issue.
R

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-15 Thread Rick Faircloth
I was very curious about responses to your last response, Jason.
I've been using GoDaddy and using blind forwarding for my domains
and have been having trouble with search engines.  I was just beginning
to wonder what effect blind forwarding was having on that.

I see that you go no response to your concern.

Any insights you've picked up since the date of this email?

Rick


>  -Original Message-
>  From: Jason Miller [mailto:[EMAIL PROTECTED]
>  Sent: Thursday, March 06, 2003 1:34 PM
>  To: CF-Talk
    >  Subject: Re: OT Domain registration
>
>
>  With all these domain name services - I had just registered with
>  regiterfly as a reseller because for some reason godaddy's reseller
>  program did not prompt me to sign up...
>
>  however my main concern is with companies like godaddy.com and
>  registerfly.com - if ip's are forwarded or any masking takes
>  place - I
>  assume it must have adverse effects on search engine placement...
>  Anyone have any insight to this? What is legitimate
>  forwarding vs not? I
>  am nervous enough using coldfusion and having to develop
>  clean URL's and
>  their advers effects on search engines.. let alone the registar's
>  procedures..
>
>  Any links/ input is appreciated- I do think it's an important issue.
>  jay
>
>  samcfug wrote:
>
>  >The problem with GoDaddy is that they charge $20. per year
>  extra to use their
>  >name servers.  I do not need domain names masked.
>  >
>  >I have several clients with Registerfly, and the problem
>  with them is that every
>  >90 days or so, their DNS servers get corrupted (maybe from
>  Phreakers) and
>  >mission critical sites are typically offline and without
>  mail until They can get
>  >them fixed up and propagated again.  They are the ones
>  asking me to search out a
>  >more reliable registrar.  Network Solutions are in
>  themselves spammers, and also
>  >sell their address lists to other spammers.  I use
>  Register.com myself for my
>  >own domains, but these clients do not wish to pay their
>  prices although I
>  >consider them as the easiest to use and most reliable of all.
>  >
>  >I do not want to run my own name servers, because they are
>  all on the same
>  >network, and DNS is much more reliable with dispersed name
>  servers.  I do use
>  >DNS caching, however,
>  >
>  >As for filling in fake information for the WHOIS, There are
>  rules currently in
>  >effect that if you cannot be reliably contacted through
>  WHOIS, then upon
>  >complaint, your registration can be revoked.  There is a
>  rising groundswell of
>  >anti-spammer activists that are searching out and filing
>  complaints with ICANN.
>  >More info can be found at http://www.dshield.org.  As for
>  spam harvested from
>  >WHOIS databases, I use a filtering server running Postfix
>  on Linux that
>  >effectively blocks all that spam.  Anyone with a domain
>  name can subscribe to
>  >this filtering server which then sends your email on to you
>  after filtering for
>  >open proxy, open relay, spamcop.bl, and virus scanning.  It
>  even blocks the
>  >Nigerian scam mail.  This way you are assured of getting
>  clean email to your
>  >server, and there is no delay in delivery.  File
>  attachments that are not virus
>  >infected are permitted.
>  >
>  >=====
    >  >Douglas White
>  >group Manager
>  >mailto:[EMAIL PROTECTED]
>  >http://www.samcfug.org
>  >=
>  >- Original Message -
>  >From: "Bill Wheatley" <[EMAIL PROTECTED]>
>  >To: "CF-Talk" <[EMAIL PROTECTED]>
>  >Sent: Thursday, March 06, 2003 9:09 AM
>  >Subject: Re: OT Domain registration
>  >
>  >
>  >| thats a great reason TO use them i hate putting real info
>  into a domain to
>  >| be harvested or given out its nobodies business anyway :).
>  >|
>  >| But i still like registerfly.com better
>  >|
>  >| - Original Message -
>  >| From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
>  >| To: "CF-Talk" <[EMAIL PROTECTED]>
>  >| Sent: Thursday, March 06, 2003 9:57 AM
>

Re: OT Domain registration

2003-03-06 Thread Jason Miller
With all these domain name services - I had just registered with 
regiterfly as a reseller because for some reason godaddy's reseller 
program did not prompt me to sign up...

however my main concern is with companies like godaddy.com and 
registerfly.com - if ip's are forwarded or any masking takes place - I 
assume it must have adverse effects on search engine placement...
Anyone have any insight to this? What is legitimate forwarding vs not? I 
am nervous enough using coldfusion and having to develop clean URL's and 
their advers effects on search engines.. let alone the registar's 
procedures..

Any links/ input is appreciated- I do think it's an important issue.
jay

samcfug wrote:

>The problem with GoDaddy is that they charge $20. per year extra to use their
>name servers.  I do not need domain names masked.
>
>I have several clients with Registerfly, and the problem with them is that every
>90 days or so, their DNS servers get corrupted (maybe from Phreakers) and
>mission critical sites are typically offline and without mail until They can get
>them fixed up and propagated again.  They are the ones asking me to search out a
>more reliable registrar.  Network Solutions are in themselves spammers, and also
>sell their address lists to other spammers.  I use Register.com myself for my
>own domains, but these clients do not wish to pay their prices although I
>consider them as the easiest to use and most reliable of all.
>
>I do not want to run my own name servers, because they are all on the same
>network, and DNS is much more reliable with dispersed name servers.  I do use
>DNS caching, however,
>
>As for filling in fake information for the WHOIS, There are rules currently in
>effect that if you cannot be reliably contacted through WHOIS, then upon
>complaint, your registration can be revoked.  There is a rising groundswell of
>anti-spammer activists that are searching out and filing complaints with ICANN.
>More info can be found at http://www.dshield.org.  As for spam harvested from
>WHOIS databases, I use a filtering server running Postfix on Linux that
>effectively blocks all that spam.  Anyone with a domain name can subscribe to
>this filtering server which then sends your email on to you after filtering for
>open proxy, open relay, spamcop.bl, and virus scanning.  It even blocks the
>Nigerian scam mail.  This way you are assured of getting clean email to your
>server, and there is no delay in delivery.  File attachments that are not virus
>infected are permitted.
>
>=
>Douglas White
>group Manager
>mailto:[EMAIL PROTECTED]
>http://www.samcfug.org
>=
>- Original Message -
>From: "Bill Wheatley" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, March 06, 2003 9:09 AM
>Subject: Re: OT Domain registration
>
>
>| thats a great reason TO use them i hate putting real info into a domain to
>| be harvested or given out its nobodies business anyway :).
>|
>| But i still like registerfly.com better
>|
>| - Original Message -
>| From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
>| To: "CF-Talk" <[EMAIL PROTECTED]>
>| Sent: Thursday, March 06, 2003 9:57 AM
>| Subject: RE: OT Domain registration
>|
>|
>| With GoDaddy -- a reason not to use them:
>|
>| They offer a service with the domain registration where the owner is not
>| presented in any whois, which are being used by shady domains.
>|
>|
>|
>|
>|
>|
>| 
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread admin
I've been using www.24x7dns.com $12 a year and they take paypal includes dns
and mail forwarding. I've been very happy with them.

- Original Message -
From: "Matt Robertson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:51 AM
Subject: RE: OT Domain registration


> I've used GoDaddy.com, but through their reseller program at
> WildWestDomains.com.  I've got maybe 200 registered there now, and have
> been with them for just over a year.  As a reseller I am the registrar
> in the whois records.  Since I set my own prices I can set ones that
> beat register.com and make me a tidy sum in the process.  A revenue
> stream I no longer ignore
>
> My domain spam has been reduced to almost nothing.  You can pay extra to
> have a domain proxy thing as has been mentioned already, but they just
> don't give out whois info period.
>
> http://netsol.com/cgi-bin/whois/whois?STRING=mysecretbase.com&SearchType
> =do
>
> 
>  Matt Robertson   [EMAIL PROTECTED]
>  MSB Designs, Inc.  http://mysecretbase.com
> 
>
> -Original Message-
> From: samcfug [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 06, 2003 8:59 AM
> To: CF-Talk
> Subject: Re: OT Domain registration
>
>
> The problem with GoDaddy is that they charge $20. per year extra to use
> their
> name servers.  I do not need domain names masked.
>
> I have several clients with Registerfly, and the problem with them is
> that every
> 90 days or so, their DNS servers get corrupted (maybe from Phreakers)
> and
> mission critical sites are typically offline and without mail until They
> can get
> them fixed up and propagated again.  They are the ones asking me to
> search out a
> more reliable registrar.  Network Solutions are in themselves spammers,
> and also
> sell their address lists to other spammers.  I use Register.com myself
> for my
> own domains, but these clients do not wish to pay their prices although
> I
> consider them as the easiest to use and most reliable of all.
>
> I do not want to run my own name servers, because they are all on the
> same
> network, and DNS is much more reliable with dispersed name servers.  I
> do use
> DNS caching, however,
>
> As for filling in fake information for the WHOIS, There are rules
> currently in
> effect that if you cannot be reliably contacted through WHOIS, then upon
> complaint, your registration can be revoked.  There is a rising
> groundswell of
> anti-spammer activists that are searching out and filing complaints with
> ICANN.
> More info can be found at http://www.dshield.org.  As for spam harvested
> from
> WHOIS databases, I use a filtering server running Postfix on Linux that
> effectively blocks all that spam.  Anyone with a domain name can
> subscribe to
> this filtering server which then sends your email on to you after
> filtering for
> open proxy, open relay, spamcop.bl, and virus scanning.  It even blocks
> the
> Nigerian scam mail.  This way you are assured of getting clean email to
> your
> server, and there is no delay in delivery.  File attachments that are
> not virus
> infected are permitted.
>
> =
> Douglas White
> group Manager
> mailto:[EMAIL PROTECTED]
> http://www.samcfug.org
> =
> - Original Message -
> From: "Bill Wheatley" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, March 06, 2003 9:09 AM
> Subject: Re: OT Domain registration
>
>
> | thats a great reason TO use them i hate putting real info into a
> domain to
> | be harvested or given out its nobodies business anyway :).
> |
> | But i still like registerfly.com better
> |
> | - Original Message -
> | From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
> | To: "CF-Talk" <[EMAIL PROTECTED]>
> | Sent: Thursday, March 06, 2003 9:57 AM
> | Subject: RE: OT Domain registration
> |
> |
> | With GoDaddy -- a reason not to use them:
> |
> | They offer a service with the domain registration where the owner is
> not
> | presented in any whois, which are being used by shady domains.
> |
> |
> |
> |
> |
> |
> |
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Matt Robertson
I've used GoDaddy.com, but through their reseller program at
WildWestDomains.com.  I've got maybe 200 registered there now, and have
been with them for just over a year.  As a reseller I am the registrar
in the whois records.  Since I set my own prices I can set ones that
beat register.com and make me a tidy sum in the process.  A revenue
stream I no longer ignore

My domain spam has been reduced to almost nothing.  You can pay extra to
have a domain proxy thing as has been mentioned already, but they just
don't give out whois info period.

http://netsol.com/cgi-bin/whois/whois?STRING=mysecretbase.com&SearchType
=do


 Matt Robertson   [EMAIL PROTECTED] 
 MSB Designs, Inc.  http://mysecretbase.com


-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 06, 2003 8:59 AM
To: CF-Talk
Subject: Re: OT Domain registration


The problem with GoDaddy is that they charge $20. per year extra to use
their
name servers.  I do not need domain names masked.

I have several clients with Registerfly, and the problem with them is
that every
90 days or so, their DNS servers get corrupted (maybe from Phreakers)
and
mission critical sites are typically offline and without mail until They
can get
them fixed up and propagated again.  They are the ones asking me to
search out a
more reliable registrar.  Network Solutions are in themselves spammers,
and also
sell their address lists to other spammers.  I use Register.com myself
for my
own domains, but these clients do not wish to pay their prices although
I
consider them as the easiest to use and most reliable of all.

I do not want to run my own name servers, because they are all on the
same
network, and DNS is much more reliable with dispersed name servers.  I
do use
DNS caching, however,

As for filling in fake information for the WHOIS, There are rules
currently in
effect that if you cannot be reliably contacted through WHOIS, then upon
complaint, your registration can be revoked.  There is a rising
groundswell of
anti-spammer activists that are searching out and filing complaints with
ICANN.
More info can be found at http://www.dshield.org.  As for spam harvested
from
WHOIS databases, I use a filtering server running Postfix on Linux that
effectively blocks all that spam.  Anyone with a domain name can
subscribe to
this filtering server which then sends your email on to you after
filtering for
open proxy, open relay, spamcop.bl, and virus scanning.  It even blocks
the
Nigerian scam mail.  This way you are assured of getting clean email to
your
server, and there is no delay in delivery.  File attachments that are
not virus
infected are permitted.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Bill Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:09 AM
Subject: Re: OT Domain registration


| thats a great reason TO use them i hate putting real info into a
domain to
| be harvested or given out its nobodies business anyway :).
|
| But i still like registerfly.com better
|
| - Original Message -
| From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
| To: "CF-Talk" <[EMAIL PROTECTED]>
| Sent: Thursday, March 06, 2003 9:57 AM
| Subject: RE: OT Domain registration
|
|
| With GoDaddy -- a reason not to use them:
|
| They offer a service with the domain registration where the owner is
not
| presented in any whois, which are being used by shady domains.
|
|
|
|
|
|
| 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread Bill Wheatley
Nah i hate those hard core crazy anti-spammers feed them C4 for all i care.

And i've used registerfly for almost a year and a half now with 0 dns server
problems.
I am 100% happy with them they are awesome. And i'm normally very picky.

And lets not get into SPEWS and the other crap those boneheads do :)

I would try godaddy but i dont want to pay 20 to use their dns servers i
have my own but its nicer to not really have to worry about them too much.

cheers
- Original Message -
From: "samcfug" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 11:58 AM
Subject: Re: OT Domain registration


The problem with GoDaddy is that they charge $20. per year extra to use
their
name servers.  I do not need domain names masked.

I have several clients with Registerfly, and the problem with them is that
every
90 days or so, their DNS servers get corrupted (maybe from Phreakers) and
mission critical sites are typically offline and without mail until They can
get
them fixed up and propagated again.  They are the ones asking me to search
out a
more reliable registrar.  Network Solutions are in themselves spammers, and
also
sell their address lists to other spammers.  I use Register.com myself for
my
own domains, but these clients do not wish to pay their prices although I
consider them as the easiest to use and most reliable of all.

I do not want to run my own name servers, because they are all on the same
network, and DNS is much more reliable with dispersed name servers.  I do
use
DNS caching, however,

As for filling in fake information for the WHOIS, There are rules currently
in
effect that if you cannot be reliably contacted through WHOIS, then upon
complaint, your registration can be revoked.  There is a rising groundswell
of
anti-spammer activists that are searching out and filing complaints with
ICANN.
More info can be found at http://www.dshield.org.  As for spam harvested
from
WHOIS databases, I use a filtering server running Postfix on Linux that
effectively blocks all that spam.  Anyone with a domain name can subscribe
to
this filtering server which then sends your email on to you after filtering
for
open proxy, open relay, spamcop.bl, and virus scanning.  It even blocks the
Nigerian scam mail.  This way you are assured of getting clean email to your
server, and there is no delay in delivery.  File attachments that are not
virus
infected are permitted.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Bill Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:09 AM
Subject: Re: OT Domain registration


| thats a great reason TO use them i hate putting real info into a domain to
| be harvested or given out its nobodies business anyway :).
|
| But i still like registerfly.com better
|
| - Original Message -
| From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
| To: "CF-Talk" <[EMAIL PROTECTED]>
| Sent: Thursday, March 06, 2003 9:57 AM
| Subject: RE: OT Domain registration
|
|
| With GoDaddy -- a reason not to use them:
|
| They offer a service with the domain registration where the owner is not
| presented in any whois, which are being used by shady domains.
|
|
|
|
|
|
|

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread samcfug
The problem with GoDaddy is that they charge $20. per year extra to use their
name servers.  I do not need domain names masked.

I have several clients with Registerfly, and the problem with them is that every
90 days or so, their DNS servers get corrupted (maybe from Phreakers) and
mission critical sites are typically offline and without mail until They can get
them fixed up and propagated again.  They are the ones asking me to search out a
more reliable registrar.  Network Solutions are in themselves spammers, and also
sell their address lists to other spammers.  I use Register.com myself for my
own domains, but these clients do not wish to pay their prices although I
consider them as the easiest to use and most reliable of all.

I do not want to run my own name servers, because they are all on the same
network, and DNS is much more reliable with dispersed name servers.  I do use
DNS caching, however,

As for filling in fake information for the WHOIS, There are rules currently in
effect that if you cannot be reliably contacted through WHOIS, then upon
complaint, your registration can be revoked.  There is a rising groundswell of
anti-spammer activists that are searching out and filing complaints with ICANN.
More info can be found at http://www.dshield.org.  As for spam harvested from
WHOIS databases, I use a filtering server running Postfix on Linux that
effectively blocks all that spam.  Anyone with a domain name can subscribe to
this filtering server which then sends your email on to you after filtering for
open proxy, open relay, spamcop.bl, and virus scanning.  It even blocks the
Nigerian scam mail.  This way you are assured of getting clean email to your
server, and there is no delay in delivery.  File attachments that are not virus
infected are permitted.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Bill Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:09 AM
Subject: Re: OT Domain registration


| thats a great reason TO use them i hate putting real info into a domain to
| be harvested or given out its nobodies business anyway :).
|
| But i still like registerfly.com better
|
| - Original Message -
| From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
| To: "CF-Talk" <[EMAIL PROTECTED]>
| Sent: Thursday, March 06, 2003 9:57 AM
| Subject: RE: OT Domain registration
|
|
| With GoDaddy -- a reason not to use them:
|
| They offer a service with the domain registration where the owner is not
| presented in any whois, which are being used by shady domains.
|
|
|
|
|
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread samcfug
No, they charge extra for DNS - like $20. per year.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Tangorre, Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 7:34 AM
Subject: RE: OT Domain registration


| www.godaddy.com
|
| i am not sure about the free DNS...
|
|
|
| -Original Message-
| From: samcfug [mailto:[EMAIL PROTECTED]
| Sent: Thursday, March 06, 2003 8:32 AM
| To: CF-Talk
| Subject: Re: OT Domain registration
|
|
| Does anyone have a recommendation for a domain registrar, other than Network
| Solutions any verisign affiliate or register.com?  I need one that provides
free
| DNS as well.
|
| =
| Douglas White
| group Manager
| mailto:[EMAIL PROTECTED]
| http://www.samcfug.org
| =
|
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Kris Pilles
Registerfly.com is really a good service too. Especially if you are
registering domains for clients and things of that nature... They have
the ability to push domains to other accounts ect...

-Original Message-
From: Justin Scott [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 06, 2003 9:55 AM
To: CF-Talk
Subject: Re: OT Domain registration


I prefer DirectNIC.com for domain registrations.  They do not provide
free DNS, but there are a number of free DNS services out there,
including www.zoneedit.com.  I run www.dtdns.com myself, but it's not
free (gotta eat, ya know).

-Justin Scott


- Original Message -
From: "samcfug" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 8:32 AM
Subject: Re: OT Domain registration


> Does anyone have a recommendation for a domain registrar, other than
Network
> Solutions any verisign affiliate or register.com?  I need one that
provides free
> DNS as well.
>
> =
> Douglas White
> group Manager
> mailto:[EMAIL PROTECTED]
> http://www.samcfug.org
> =
>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread Justin Scott
I prefer DirectNIC.com for domain registrations.  They do not provide free
DNS, but there are a number of free DNS services out there, including
www.zoneedit.com.  I run www.dtdns.com myself, but it's not free (gotta eat,
ya know).

-Justin Scott


- Original Message -
From: "samcfug" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 8:32 AM
Subject: Re: OT Domain registration


> Does anyone have a recommendation for a domain registrar, other than
Network
> Solutions any verisign affiliate or register.com?  I need one that
provides free
> DNS as well.
>
> =
> Douglas White
> group Manager
> mailto:[EMAIL PROTECTED]
> http://www.samcfug.org
> =
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Cantrell, Adam
gandi.net.



> -Original Message-
> From: samcfug [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 06, 2003 7:32 AM
> To: CF-Talk
> Subject: Re: OT Domain registration
> 
> 
> Does anyone have a recommendation for a domain registrar, 
> other than Network
> Solutions any verisign affiliate or register.com?  I need one 
> that provides free
> DNS as well.
> 
> =
> Douglas White
> group Manager
> mailto:[EMAIL PROTECTED]
> http://www.samcfug.org
> =
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread Bill Wheatley
thats a great reason TO use them i hate putting real info into a domain to
be harvested or given out its nobodies business anyway :).

But i still like registerfly.com better

- Original Message -
From: "Hugo Ahlenius" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:57 AM
Subject: RE: OT Domain registration


With GoDaddy -- a reason not to use them:

They offer a service with the domain registration where the owner is not
presented in any whois, which are being used by shady domains.






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Jillian Carroll
On the flipside of this... If you register through GoDaddy, you won't
receive the oodles of spam that other registrars send you trying to get
you to transfer/renew your domain with them.

> -Original Message-
> From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] 
> Sent: March 6, 2003 8:58 AM
> To: CF-Talk
> Subject: RE: OT Domain registration
> 
> 
> With GoDaddy -- a reason not to use them:
> 
> They offer a service with the domain registration where the 
> owner is not presented in any whois, which are being used by 
> shady domains.
> 
> 
> 
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Hugo Ahlenius
With GoDaddy -- a reason not to use them:

They offer a service with the domain registration where the owner is not
presented in any whois, which are being used by shady domains.





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread Bill Wheatley
www.registerfly.com
very happy with them cheap price, fast dns updates good support

- Original Message -
From: "samcfug" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 8:32 AM
Subject: Re: OT Domain registration


Does anyone have a recommendation for a domain registrar, other than Network
Solutions any verisign affiliate or register.com?  I need one that provides
free
DNS as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Russ
http://www.dnbuy.net

-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 06, 2003 7:32 AM
To: CF-Talk
Subject: Re: OT Domain registration

Does anyone have a recommendation for a domain registrar, other than
Network
Solutions any verisign affiliate or register.com?  I need one that
provides free
DNS as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Josh Remus
The only caveat I'll say as far as GoDaddy is concerned, is that their DNS
servers sometimes go up and down a little too much for me.  We were having
problems with people getting to a certain web site, so I traced it back to
the "authoritative" DNS servers (@ godaddy) which were both down at the same
time.  This happened a couple of times within a week or so.  But they've
evidently put more servers up to share the load better.

Otherwise, I couldn't complain.  I just was a little miffed since I had just
moved from Register.com and never had a problem like that.

Josh

-Original Message-
From: Jillian Carroll [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 9:33 AM
To: CF-Talk
Subject: RE: OT Domain registration


I second this recommendation for GoDaddy.  I saw somebody recommend them
on the list a few months ago and I've been working with them
exclusively.  Their prices are cheap, their service is great and they
are fast to respond to tech support questions.

--
Jillian

> -Original Message-
> From: Dave Lyons [mailto:[EMAIL PROTECTED]
> Sent: March 6, 2003 8:28 AM
> To: CF-Talk
> Subject: Re: OT Domain registration
>
>
> www.godaddy.com
>
> $8.95 a domain
>
>
> - Original Message -
> From: "samcfug" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, March 06, 2003 8:32 AM
> Subject: Re: OT Domain registration
>
>
> > Does anyone have a recommendation for a domain registrar, other than
> Network
> > Solutions any verisign affiliate or register.com?  I need one that
> provides free
> > DNS as well.
> >
> > =
> > Douglas White
> > group Manager
> > mailto:[EMAIL PROTECTED]
> > http://www.samcfug.org
> > =
> >
> >
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread jon hall
Ditto, these guys are the best.

-- 
 jon
 mailto:[EMAIL PROTECTED]

Thursday, March 6, 2003, 9:27:53 AM, you wrote:
DL> www.godaddy.com

DL> $8.95 a domain


DL> - Original Message -
DL> From: "samcfug" <[EMAIL PROTECTED]>
DL> To: "CF-Talk" <[EMAIL PROTECTED]>
DL> Sent: Thursday, March 06, 2003 8:32 AM
DL> Subject: Re: OT Domain registration


>> Does anyone have a recommendation for a domain registrar, other than
DL> Network
>> Solutions any verisign affiliate or register.com?  I need one that
DL> provides free
>> DNS as well.
>>
>> =
>> Douglas White
>> group Manager
>> mailto:[EMAIL PROTECTED]
>> http://www.samcfug.org
>> =
>>
>> 
DL> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Jillian Carroll
I second this recommendation for GoDaddy.  I saw somebody recommend them
on the list a few months ago and I've been working with them
exclusively.  Their prices are cheap, their service is great and they
are fast to respond to tech support questions.

--
Jillian

> -Original Message-
> From: Dave Lyons [mailto:[EMAIL PROTECTED] 
> Sent: March 6, 2003 8:28 AM
> To: CF-Talk
> Subject: Re: OT Domain registration
> 
> 
> www.godaddy.com
> 
> $8.95 a domain
> 
> 
> - Original Message -
> From: "samcfug" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, March 06, 2003 8:32 AM
> Subject: Re: OT Domain registration
> 
> 
> > Does anyone have a recommendation for a domain registrar, other than
> Network
> > Solutions any verisign affiliate or register.com?  I need one that
> provides free
> > DNS as well.
> >
> > =
> > Douglas White
> > group Manager
> > mailto:[EMAIL PROTECTED]
> > http://www.samcfug.org
> > =
> >
> > 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread Dave Lyons
www.godaddy.com

$8.95 a domain


- Original Message -
From: "samcfug" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 8:32 AM
Subject: Re: OT Domain registration


> Does anyone have a recommendation for a domain registrar, other than
Network
> Solutions any verisign affiliate or register.com?  I need one that
provides free
> DNS as well.
>
> =
> Douglas White
> group Manager
> mailto:[EMAIL PROTECTED]
> http://www.samcfug.org
> =
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Mark Stephenson - Evolution Internet
Try easily.co.uk or oneandone.com

I think both of these will be able to help you...

Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]
Sent: 06 March 2003 13:32
To: CF-Talk
Subject: Re: OT Domain registration


Does anyone have a recommendation for a domain registrar, other than Network
Solutions any verisign affiliate or register.com?  I need one that provides
free
DNS as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT Domain registration

2003-03-06 Thread Tangorre, Michael
www.godaddy.com

i am not sure about the free DNS...



-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 8:32 AM
To: CF-Talk
Subject: Re: OT Domain registration


Does anyone have a recommendation for a domain registrar, other than Network
Solutions any verisign affiliate or register.com?  I need one that provides free
DNS as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT Domain registration

2003-03-06 Thread samcfug
Does anyone have a recommendation for a domain registrar, other than Network
Solutions any verisign affiliate or register.com?  I need one that provides free
DNS as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



OT: domain registration problems

2001-12-20 Thread Kris Pilles

Heres my situation:

I just got handed a new website to manage.
S...

I want to transfer the site to our saervers so I looked up the whois on 
the
name and it came back with a company that is no longer in operation. 
what I
don't know how to do is to change the name servers of this domain 
without
getting in contact with this company.  Any reference to them is a dead 
link.


Also, the owner information of this name is inaccurate since our 
personal
director who created this site has left our organization.

Anyone have any ideas

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]


-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 3:11 PM
To: CF-Talk
Subject: Ad Servers Down


Has anybody noticed that doubleclick and other ad servers are down 
today?
Network problem or is there something somebody has heard?  Or is it a
content provider like Akami that is down, because I've noticed that 
Yahoo,
CNN and others have images that are missing.

Dave



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists