I have already read the wiki thread 6 http://www.hostingrails.com/forums/wiki_thread/6)
But i think i didn't understand so well ^^;
First off, i know what you have to do for one domain.
I already did:
# mv public_html public_html_backup
# ln -s ~/app1/public ~/public_html
wich shows the welcome abroad page, perfect.
now my question is, i have a second domain wich is a NON-rails app, and i think that's what i didn't get it in the tutorial..looks good for a rails app, but for a non-app i got quite confused.
what should i do for my other domain?
i can't repeat the steps above because i don't want a folder of my domain2 inside the domain1
this is what i DON'T want (obviusly): /railsapp/public/domain2/*.*
what can i do?