I'm revising my Rails app, and as part of the second version I want to use Capistrano for deployment. I've got it to where I can deploy from my dev box to the appropriate place on the server (I've got it set up as a subdomain and am symlinking over to the current/ link that Capistrano creates), but for some reason when I go to subdomain.domain.com, I see the app for www.domain.com instead. The .htaccess file has the appropriate subdomain RewriteCondition and Rule , so I'm not sure what's going on. Anyone have any ideas?
Thanks!
Ben