I get a very strang error when I deploy my rails 2.2.2 application to
the server. The application works when I start it with script/server.
but when I deploy the app to rails host server (I think it runs with
lighttpd or something). I can only acess the page with first level URL
(i.e., http://test6.123server.cn/users). But I can't access the second
level URL (i.e., http://test6.123server.cn/users/1http://test6.123server.cn/users/new).
I get http 404 error which indicate the page can't be found. I guess
there is something wrong with the route. But my route is very simple
(attached below). Anyone had the same problem before? thanks.
I get a very strang error when I deploy my rails 2.2.2 application to
the server. The application works when I start it with script/server.
but when I deploy the app to rails host server (I think it runs with
lighttpd or something).