HowtoInstallAndRunRubyOnRailsOnCpanel
http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel
After installing RoR on Apache 1.3 there is a problem with the trailing
slash
Problem
This url works
-
http://www.yourtestdomain.com/rails/
but this does not - http://www.yourtestdomain.com/rails
There are many references to this issue on the web, but none seem to
work for my configuration.
Has anyone followed the above How to and has this problem solved?