Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1213

Show
Ignore:
Timestamp:
04/18/05 18:57:56 (4 years ago)
Author:
david
Message:

More documentation for .htaccess #1137

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/configs/apache.conf

    r972 r1213  
    33AddHandler cgi-script .cgi 
    44Options +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] 
    512 
    613# Redirect all requests not available on the filesystem to Rails