public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
More documentation for .htaccess #1137

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1213 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Mon Apr 18 11:57:56 -0700 2005
commit  9aaea3ba73005a69873c6a889bce5f5a54a230a1
tree    0a45935c711314a92f9b3c19211a45b99b32d0cd
parent  49d0f0cb66bc7b6d9cf69bd07b168669b3818cee
...
3
4
5
 
 
 
 
 
 
 
6
7
8
...
3
4
5
6
7
8
9
10
11
12
13
14
15
0
@@ -3,6 +3,13 @@
0
 AddHandler cgi-script .cgi
0
 Options +FollowSymLinks +ExecCGI
0
 
0
+# If you don't want Rails to look in certain directories,
0
+# use the following rewrite rules so that Apache won't rewrite certain requests
0
+#
0
+# Example:
0
+# RewriteCond %{REQUEST_URI} ^/notrails.*
0
+# RewriteRule .* - [L]
0
+
0
 # Redirect all requests not available on the filesystem to Rails
0
 # By default the cgi dispatcher is used which is very slow
0
 #

Comments

    No one has commented yet.