aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-29 18:45:39 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-29 18:45:39 +0000
commit3e73278020107ea7282c45001d82e90d23a708b4 (patch)
treea725371edff1f1eac33259370495a8f76aeb2480 /actionpack/lib/action_controller
parente8170805df1a32119db9d328daee1239b338ac71 (diff)
downloadrails-3e73278020107ea7282c45001d82e90d23a708b4.tar.gz
rails-3e73278020107ea7282c45001d82e90d23a708b4.tar.bz2
rails-3e73278020107ea7282c45001d82e90d23a708b4.zip
Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r--actionpack/lib/action_controller/http_authentication.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/http_authentication.rb b/actionpack/lib/action_controller/http_authentication.rb
index cd81c24e8b..31db012ef2 100644
--- a/actionpack/lib/action_controller/http_authentication.rb
+++ b/actionpack/lib/action_controller/http_authentication.rb
@@ -70,7 +70,7 @@ module ActionController
#
# On shared hosts, Apache sometimes doesn't pass authentication headers to
# FCGI instances. If your environment matches this description and you cannot
- # authenticate, try this rule in public/.htaccess (replace the plain one):
+ # authenticate, try this rule in your Apache setup:
#
# RewriteRule ^(.*)$ dispatch.fcgi [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
module Basic