Covina Vineyard
November 16th, 2005
It’s always a nice boost when people you respect recognize a project that you’ve worked hard on. Our Covina Vineyard project (which we did work hard on, boy I tell you what) was recently featured in several graphic design websites:
November 17th, 2005 at 10:25 AM Hi. I thought you might want to know that visiting http://crossconnector.com (without the www) gives a 404; you might want to do something about that.
November 17th, 2005 at 12:52 PM Hi Phil, Thanks for the heads up... I'll fix that right away.
November 23rd, 2005 at 04:15 AM UPDATE: Darn. Seems like it should be such an easy thing to fix. The problem is in my Lighttpd configuration. I am working on it, although it's not going to be as easy as I thought.
November 30th, 2005 at 10:16 AM This is what I have, but it goes the other way. (forced removal of www) $HTTP["host"] =~ "^www\.(.*)" { url.redirect = ( "^/(.*)" => "http://%1/$1" ) }
November 30th, 2005 at 10:18 AM Oh boy; textile didn't like that. Again:
$HTTP["host"] =~ "^www\.(.*)" { url.redirect = ( "^/(.*)" => "http://%1/$1" ) }November 30th, 2005 at 12:36 PM Thanks Phil! That got me on the right track. I used: which feels like hitting it with a sledgehammer, but it works.