Index: branches/locker-dev/locker/deploy/bin/rails
===================================================================
--- branches/locker-dev/locker/deploy/bin/rails	(revision 2259)
+++ branches/locker-dev/locker/deploy/bin/rails	(revision 2260)
@@ -84,5 +84,4 @@
 #   ErrorDocument 500 /500.html
 
-RewriteBase /$addrend/public/
 EOF
 
@@ -91,5 +90,5 @@
 RewriteEngine On
 RewriteRule ^(.*)\$ public/\$1 [QSA,L]
-RewriteBase /$addrend/
+
 EOF
 
@@ -152,5 +151,6 @@
 
   begin
-    Rack::Handler::FastCGI.run Rack::PathInfoRewriter.new(Rack::URLMap.new("/$appdir" => ${appclass}::Application))
+    Rack::Handler::FastCGI.run Rack::PathInfoRewriter.new(Rack::URLMap.new("/$appdir" => ${appclass}::Application,
+                                                                           "/" => ${appclass}::Application))
   rescue => e
    dispatch_logger.error(e)
