Changeset 1213
- Timestamp:
- 04/18/05 18:57:56 (4 years ago)
- Files:
-
- trunk/railties/configs/apache.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/configs/apache.conf
r972 r1213 3 3 AddHandler cgi-script .cgi 4 4 Options +FollowSymLinks +ExecCGI 5 6 # If you don't want Rails to look in certain directories, 7 # use the following rewrite rules so that Apache won't rewrite certain requests 8 # 9 # Example: 10 # RewriteCond %{REQUEST_URI} ^/notrails.* 11 # RewriteRule .* - [L] 5 12 6 13 # Redirect all requests not available on the filesystem to Rails