I have installed rails on cpanel, but when i try some application that using rails it showing error bellow: http://myurl.com/apps/dp4/public error: ------------------------------------------------------------------- Not Found The requested URL /apps/dp4/public/rails/info/properties was not found on this server. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. -------------------------------------------------------------- but when i login to ssh and running script bellow: "script/server", then I access http://myurl.com:3000/railsapp It run well. Anyone can help me? Thx