I have an add-on domain, cherrybirchfarm.com, which I am using for a static web site. I have:
1) created a folder for it at the root level.
2) added "RewriteCond %{REQUEST_URI} ^/cherrybirchfarm.*" to the .htaccess file of my main application.
3) Following the tutorials, created a symlink in the /public_html directory to the directory for my add-on domain.
The problem is, when I go to the URL, www.cherrybirchfarm.com, I get a rails error, "Application error. Rails application failed to start properly". However when I go directly to the start page, www.cherrybirchfarm.com/index.html, the page is displayed fine.
Can anyone tell me what I'm missing? How can I make the domain address display the default webpage?
Thanks,
William