I've followed step by step the tutorial:
Deploying multiple Rails apps under one account
http://www.hostingrails.com/forums/wiki_thread/6
I have a new domain, that has to point to a new app. I already have a working rails app. So after I parked the domain, I changed the .htaccess of first app as described in the tutorial.
But for some reason the new domain is hitting the primary application instead of the second one.
I have the rewrite rule in the pri app .htaccess, the sym link from priapp/public/secapp points to secapp/public
Any suggestion?
Cheers,
Enrico