Cpanel Deployment

App works great on local machine; I’ve uploaded the App to Apache server
running Cpanel and done the following:

Created project via RoR icon:
Created rewrite to domain.com/test
Started running the app (with production & Load on boot checked)
added " map.root :controller => “convert” " to routes file
deleted index file from public folder

Before I deleted the index file and changed routing, I would get the
default “welcome to rails” page, but since I added the routing and
deleted the file, I get a 404 error.

I’m getting a bit frustrated and would really like some
guidance/suggestions, thank you in advance.

Pat