The point is: that's one example of the common "www." - let's call it - spelling mistake! (I didn't mean to make fun of anyone---I wanted to point that out)
It wouldn't harm to put a wildcard DNS record in place, and redirect all "unspecified" traffic to a custom Error404 page. Let's start with some funny text and donation buttons, then we can discuss what's the best way to monetise it (ads from everyone: Google, Microsoft, et cetera). The related configuration entry in the Apache2 Vhost should be something like this: <VirtualHost aaa.bbb.ccc.ddd> ErrorDocument 404 /Lame_excuses/not_found.html </VirtualHost> We should probably extend that to all error classes. (http://httpd.apache.org/docs/2.2/custom-error.html) (Here's a guy that actually dropped the "www." on his domain, and is happy: http://ma.tt/2003/10/wildcard-dns-and-sub-domains/) Peter 2012/3/7 lkcl luke <[email protected]>: > On Wed, Mar 7, 2012 at 10:00 PM, Peter Bittner <[email protected]> wrote: >> Here's something for a laugh: >> >> I just found a site that links to Pyjamas using "www.pyjs.org": >> http://www.jezra.net/blog/python_shellfm_web_interface > > that's jezra... i'm sure he's on the list - i've sent him a message > to make the correction. > > l.

