Get Apache Serving Static Files With Prefixed Mongrel
Wednesday, August 22nd, 2007I decided to run AltLaw.org under a “/v1″ URL prefix. It’s still beta, and the URL structure will likely change in the future. I don’t want to break 160,000 links when that day comes. Fortunately, Mongrel makes this pretty easy with the –prefix option to mongrel_rails.
I added –prefix ‘/v1′ to my mongrel_rails [...]