public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/JackDanger/rails.git
You should redirect externally on the default action

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@255 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Wed Dec 22 06:38:36 -0800 2004
commit  a89e36a22a558a77e6783d21ce4f9deee028e2e9
tree    a1632370e7046d71bbe791b7ed28ee494fa0494b
parent  822742164e8eaaecb346b03d3662a8fd2284f8c6
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ RewriteEngine On
0
 RewriteBase /dispatch.cgi
0
 
0
 # Enable this rewrite rule to point to the controller/action that should serve root.
0
-# RewriteRule ^$ /controller/action
0
+# RewriteRule ^$ /controller/action [R]
0
 
0
 # Add missing slash
0
 RewriteRule ^([-_a-zA-Z0-9]+)$ /$1/ [R]

Comments

    No one has commented yet.