aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'railties/configs/apache.conf')
-rwxr-xr-xrailties/configs/apache.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/configs/apache.conf b/railties/configs/apache.conf
index 2edf69beb7..1ba845cdee 100755
--- a/railties/configs/apache.conf
+++ b/railties/configs/apache.conf
@@ -9,8 +9,6 @@ RewriteEngine On
# Change extension from .cgi to .fcgi to switch to FCGI and to .rb to switch to mod_ruby
RewriteBase /dispatch.cgi
-RewriteRule ^dispatch.servlet$ / [R]
-
# Enable this rewrite rule to point to the controller/action that should serve root.
# RewriteRule ^$ /controller/action