i've set up some add-on domains pointing to some rails apps, and they all work fine.
So far I've followed the article
(Deploying multiple Rails apps under one account , http://www.hostingrails.com/forums/wiki_thread/6) to set all these up, except that I didn't set up these lines in my primary domain's .htaccess file:
RewriteCond %{REQUEST_URI} ^/app2folder.*
RewriteRule .* - [L]
so, my question is, do i really need these lines? I actually don't really understand what it does.
Pls advice.
Thanks.