Featured Posts

Getting into Java... I'm starting to make my first Java applications with the aim of being able to program cell phone API and other handheld technologies. I see this as a huge market in years to come and can wait to get my...

Read more

Teaching Intro to Flash at Tunxis Again Looks like I'll be teaching at Tunxis again this semester. Can't wait to get started again as I have a lot of fun the last time we did this. The class is going to be restructured slightly to showcase the...

Read more

The difference between classic and motion tweens in... Here it is: If you're used to doing things "the cs3 way" then you can continue to do so with the classic tween tool. It works the same way as you remember, using key frames as normal, but you cannot...

Read more

PHP: If (equal to AND not equal) - eliminate form spam... Just learned a great function of PHP thats already made my forms a lot better. A while back I wrote an article about eliminating form spam without captchas by using css to hide a text input box for bots...

Read more

Drop Downs, Fly Outs, and Accordion Site Navigation: This last week I was in a meeting discussing a client site. It was a typical business meeting that was going into overtime on a Friday afternoon, and then things turned for the worst... someone suggested...

Read more

twitter

Breaking News

  •  

Worst Host Ive ever encountered: Yahoo Small Business

Category : General Web Info, Technology

Yahoo Small Business – If you have a single web minded person in your company do them a favor and DO NOT use yahoo small business. Their backend panel is an absolute mess.

I’m pretty savy with DNS, .htacess, and server side redirects; some of the people working in the tech center trying to guide me through their backend are definitely not.

I’ve got two domains, one is on Yahoo as a merchant account, and the other is on go daddy. We want to mask forward the godaddy account to yahoo. No problem. The problem starts when I want to forward the yahoo url to the same name as the account on go daddy. With another mask forward we create an infinity loop. No good.

My next thought was to mask forward godaddy to yahoo and create a .htaccess file for both URLS to be forwarded to a directory in the root folder say /siteName/. BUT yahoo does not support .htaccess. I asked about IS redirects, but was told this is not a good solution as it does not always work.

The third solution I came up with was to transfer the domain to yahoo and work the files and DNS from there. Not that I thought this would help, as anything I can do from one registrar I ought to be able to do on the next with the right DNS/cname/aname settings. NO DICE! Yahoo cannot accept incoming transfer domains until later this year.

So in closing, wtf do I do to get the client’s website displaying correctly with the proper url in the address bar? The only solution left it to cancel the yahoo account and start again on a new server. This has got to be the worst option available as it means data entry, a second host account, and a waste of my client’s money due to yahoos inability to support effective DNS management.

If anyone has a solution to this issue – I am all ears.
Thank you in advance.

Post a comment