I set up the subdomain in cpanel and made a symlink with:
ln -s ~/nsf ~/public_html/nsf
Currently, if you go to nsf.mydomain.com/index.html everything works fine, but simply nsf.mydomain.com gives me an "Application error -- Rails application failed to start properly".
I'm assuming this is because my public_html is symlinked to inside my rails app, but I'm not sure how to fix it. Is this a server issue or a routes.rb issue?
thanks!
Peter