@@ -12,14 +12,14 Options +FollowSymLinks +ExecCGI | |||
|
12 | 12 | |
|
13 | 13 | # If you don't want Rails to look in certain directories, |
|
14 | 14 | # use the following rewrite rules so that Apache won't rewrite certain requests |
|
15 |
# |
|
|
15 | # | |
|
16 | 16 | # Example: |
|
17 | 17 | # RewriteCond %{REQUEST_URI} ^/notrails.* |
|
18 | 18 | # RewriteRule .* - [L] |
|
19 | 19 | |
|
20 | 20 | # Redirect all requests not available on the filesystem to Rails |
|
21 | 21 | # By default the cgi dispatcher is used which is very slow |
|
22 |
# |
|
|
22 | # | |
|
23 | 23 | # For better performance replace the dispatcher with the fastcgi one |
|
24 | 24 | # |
|
25 | 25 | # Example: |
@@ -48,7 +48,7 RewriteCond %{REQUEST_FILENAME} !-f | |||
|
48 | 48 | |
|
49 | 49 | # In case Rails experiences terminal errors |
|
50 | 50 | # Instead of displaying this message you can supply a file here which will be rendered instead |
|
51 |
# |
|
|
51 | # | |
|
52 | 52 | # Example: |
|
53 | 53 | # ErrorDocument 500 /500.html |
|
54 | 54 |
General Comments 0
You need to be logged in to leave comments.
Login now