Hi Guys,
I’ve hosted with dreamhost and deployed my app in sub directory
mydomain.com/project is the default executable directory
under project i created rails “railsapp”
i created symlink ln ln -s ~/mydomain.com/project/railsapp/public ~/
mydomain.com/project/railsapp_project
when i call mydomain.com/railsapp_project its works and calls the
default index.html page under public directory
but whereas i created home controller if i try to call home controller
it says application error, but my real problem is log files not
generating. and moreover i given 755 permission to public and public/
dispatch.* and even to log and log/*.log but still log files not
generating and it says application error.
any suggestions?
regards,
Bala