I just upload all my Ruby on Rails into BlueHost VPS Server. I already setup the application and command "rails s" is working. But when I tried to access the application, I got 404 error.
I tried :
1. <ip_address>/APPNAME:3000
2. <ip_address>/APPNAME
Both are return 404. I already tried to followed BlueHost documentation, and I tried to asked support too, but they didn't help at all.
I had once deploy a Ruby on Rails application into BlueHost too, and when I try to access it with port, just like what I did, I can see the application, but not with this one.
Could somebody help me? Thank you.