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:


6 Responses to “Covina Vineyard”

  1. Phil Hagelberg Says:
    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.
  2. Ryan Says:
    Hi Phil, Thanks for the heads up... I'll fix that right away.
  3. Ryan Says:
    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.
  4. Phil Hagelberg Says:
    This is what I have, but it goes the other way. (forced removal of www) $HTTP["host"] =~ "^www\.(.*)" { url.redirect = ( "^/(.*)" => "http://%1/$1" ) }
  5. Phil Hagelberg Says:
    Oh boy; textile didn't like that. Again:
    $HTTP["host"] =~ "^www\.(.*)" {
      url.redirect = ( "^/(.*)" => "http://%1/$1" )
    }
    
  6. Ryan Heneise Says:
    Thanks Phil! That got me on the right track. I used:
    $HTTP["host"] =~ "(^crossconnector|^www.crossconnector)\.(com|org)"
    
    which feels like hitting it with a sledgehammer, but it works.

Leave a Reply