Canton Becker

Jump to content.

canton@gmail.com
65 Cibola Circle
Santa Fe, NM 87505
T: (505) 501-8091

Testimonial

Client Photo

"Canton has created our web-presence since 1995. His work is excellent. What sets him apart from any other web-designer I know is that he wants to enable his clients to make changes to their web sites. He created a beautiful web site for us that we can change and update without any knowledge of HTML. I highly recommend Canton Becker."

- Ottmar Liebert
Luna Negra Music Inc.
Spiral Subwave Records Intl.

More testimonials

Strip www off URLs at GoDaddy using .htaccess mod_rewrite

Here’s how to remove the www. from your domain name so that Google won’t “split” your pagerank as a result of some inbound links going to www.foo.com and others going to foo.com. (Google will see this as two separate sites.) This tip is tuned to work at GoDaddy, where using mod_rewrite can be a real pain because GoDaddy has some unfortunate default Apache settings that prevent ordinary rewrites from working properly out-of-the-box.

Add these lines to the top of your .htaccess file:


# Override GoDaddy defaults that inhibit URL rewriting
Options -MultiViews
rewriteEngine On

# Rewrite URLs to remove www from domain name
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]


 

3 comments

  1. John posted on January 22, 2010:

    Exactly what I was looking for!
    GoDaddy’s help guides and FAQs leave much to be desired, especially when trying to search them.
    Thanx-a-ton!!
    John

  2. Craig posted on June 20, 2010:

    Not working for me. Can anyone confirm this is still working as of June 2010?

  3. Web Designer posted on June 8, 2011:

    Not working for me either, will have to wait untill they cook up a new rewrite.

RSS feed for comments on this post.

Leave a comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



Read more

«
»