Translate

Translate to German Translate to Spanish Translate to French Translate to Italian Translate to Portuguese Translate to Japanese Translate to Korean Translate to Russian Translate to Chinese

I'm a KONTERA Partner! Sign up and start making money on your site too!

Categories

More FREE Stuff

- Atomic Blogging 2.0 Leak Copy
- Blogging Videos
- Explode your Adsense earnings get Adsense Secrets 4.0 for only $9.95



Dell notebook delay irritates customers

Filed Under (Computers, Sales and Marketing, Services, Shopping, Supplies, Technology News) by Tricia on 02-08-2007

Dell recently irritated a number of their customers who’d been waiting for the new Dell XPS M1330 notebook to ship. The shipments problem seems to be over, but Dell may need a period of recovery after this disaster.

Customers have been posting hundreds of messages on Dells Direct2Dell blog. Those post are not just upset over the delay, they feel that they’ve been mislead.

Dells blog is supposed to be a tool to communicate with customers, potential new clients and the media, but the blog has recently become an outlet for the multitude of complaints that have been pouring in over the XPS M1330 notebook.

The notebook was announced in late June and was expected to have delivery dates of up to four to six weeks for some customers. This is a much longer shipping time than had been anticipated.

Clients have been visiting the blog to post their complaints over customer service, and miscommunication during ordering.

Dell’s made a mission to move forward yet this product delay is a step backwards judging by the publics displeasure over shipping delays.

What do you think of this situation? Should they have delayed their announcement that the product was ready for sale if it really wasn’t? Did they under estimate the demand for this high end laptop?

Are you one of the impatient buyers?




Add this to : Digg! Digg it Bookmark! Save to Del.icio.us Subscribe to RSS Subscribe to My RSS feed

Primary domain name in addon urls? Help!

Filed Under (Blogging, Site maintenance, Web Hosting, Wordpress) by Tricia on 01-08-2007

I’ve had a problem with some of my blogs in the past month and a half or so. When I first set up a few of my blogs on my feverishthoughts.com domain I didn’t create sub-domains. Instead I created the new blogs as directories within the feverishthoughts.com domain.

So instead of my gardening blog being located at garden.feverishthoughts.com it’s located at feverishthoughts.com/garden/. It wasn’t my smartest move, but that’s not my current problem. I’ve purchased new domains for some of the directory blogs and I’ll eventually move those blogs to their own domains once the new domains have gained some page rank.

The problem that I’m having is that about a month and a half ago I noticed that some of my directory domains - not all of them, just half - are acting up. If you visit the site and include the backslash at the end of the address the url works properly, but if you don’t include the slash at the end or if you click on the header or a “home” button the new site url will contain my primary domain url in it as well.

One of the sites that is doing this is my husbands blog Odd Planet. If you visit the site as I’ve just listed the url it looks fine, but click on the Odd Planet logo on the upper left hand side of the page and the url comes up as:

http://feverishthoughts.thewebfiles.com/oddplanet/

Thewebfiles.com is the primary domain on my hosting account. Feverishthoughts.com and my other domains are addon domains.

On my main Feverishthoughts website - Tricia’s Musings, I have a 301 redirect code in my htaccess file that places the www in the url as my site has higher PR if the www is in the url. However, all the rest of the the blogs on that domain have higher PR if there is no www in their url so I’m using a nowww wordpress plugin to redirect those urls.

Trouble is that the plugin doesn’t seem to be working lately. Hmm maybe I should try re-installing that plugin. The current copy might have been damaged in all the server transfers my sites have gone through lately. I doubt that’s the problem, but I’ll give it a try.

The htaccess file on my primary domain Thewebfiles.com only contains the coding that Wordpress places in it and nothing else.

The htacess file that I’ve altered in the root of feverishthoughts.com contains:

Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

The section that I bolded is the portion of the code that redirects to www, the rest of the coding is placed there by Wordpress when it is first installed.

I placed that code in the feverishthoughts.com htaccess in mid-May and all my directory related blogs under feverishthoughts.com were working fine.

I believe it was mid-June when I noticed that some of my directory blogs had thewebfiles.com in their urls under certain circumstances. I don’t believe I added any plugins or altered any code during this time period.

The problem might not have occurred in mid-June as I believe it did though, it might have occurred after June 26th when Lunarpages moved my whole account to another server when they stated that I was having CPU resource issues. They then moved my account again temporarily to a VPS server on July 23rd after they’d suspended my shared hosting account. Read my CPU Resource issue problems or my story about changing hosts if you need to catch up on that issue! (I’ll be posting a more detailed story about my issues with Lunarpages tomorrow)

I’ve since moved to HostGator (July 23rd) and they did a full c-panel back up for me of my Lunarpages account so I believe whatever issues I had with my subdomain or directory blog setting on Lunarpages have followed me to Hostgator.

Does anyone have any idea as to how I might resolve this issue? Perhaps a 301 redirect to the proper url for the blog in each directory blogs htaccess file? If so - can you please give me a 301 direct code that might work with a mydomain.com/blog/ blog?

I’ve found that it’s hard to find htaccess codes that work properly with directories. That’s one reason why I’ve ended up using a nowww wordpress plugin on those blogs since I couldn’t find a proper htaccess code to exclude the www from my directory blogs.

Other things that I’ve thought of that could be the cause of the problem:

1. The way my domains were added on to to my account?

2. A problem in the mySQL database for the few sites that are having this peculiar problem.

3. A problem with the themes I’m using? (least likely …)

4. The httaccess code that I’m using in the root of feverishthoughts.com

5. the nowww wordpress plugins that I’m using in the directory blogs to keep www out of the url.

Any ideas? I really need to resolve this issue because the search engines are starting to index my sites with the strange url now too.




Add this to : Digg! Digg it Bookmark! Save to Del.icio.us Subscribe to RSS Subscribe to My RSS feed