私の route.rb ファイルには、現在次のものがあります。
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
map.root :controller => "test"
インデックスページを次のようなものに誘導するにはどうすればよいですか: http://site.com/railstest/test/index.html
または単に: http://site.com/railstest/test.erb
もともとはhttp://site.com/railstest/で始まりました
デフォルトの HTML ページに移動しましたが、現在は削除されています。ルートを変更するか、view フォルダーに test.rb を作成する必要があります。