From b8f8776f0cffc1b73719f16513a5721d77b19186 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 16 Dec 2004 15:45:55 +0000 Subject: Renamed public/dispatch.servlet to script/server -- it wasn't really dispatching anyway as its delegating calls to public/dispatch.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@186 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/configs/apache.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'railties/configs') 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 -- cgit v1.2.3