Posts Tagged: no-www


30
May 09

No WWW

A while ago, i found a site called “http://no-www.org/” where they beleive that “www” should be deprecated from urls. This is what they have to say about it.

Why is .www deprecated?

In order to answer this question, we must first recall the definition of WWW:

World Wide Web:
n. Abbr. WWW
1) The complete set of documents residing on all Internet servers that use the HTTP protocol, accessible to users via a simple point-and-click system.
2) n : a collection of internet sites that offer text and graphics and sound and animation resources through the hypertext transfer protocol.

By default, all popular Web browsers assume the HTTP protocol. In doing so, the software prepends the ‘http://’ onto the requested URL and automatically connect to the HTTP server on port 80. Why then do many servers require their websites to communicate through the www subdomain? Mail servers do not require you to send emails to recipient@mail.domain.com. Likewise, web servers should allow access to their pages though the main domain unless a particular subdomain is required.

Succinctly, use of the www subdomain is redundant and time consuming to communicate. The internet, media, and society are all better off without it.

I beleive that they have a very good point, and dont see why we should support these ideas. “www” is truly redundent. You can see that i support this idea on my site. If you go to http://www.justgizzmo.com/ you will be redirected to http://justgizzmo.com.

So i ask you, do you support http://no-www.org? If you do, you can add the following to your .htaccess to become a “Class B” domain.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L] 

Be sure to check out http://no-www.org/ for more info and get your domain validated