Merge branch 'master' of git://github.com/gorn/tracks

This commit is contained in:
Reinier Balt 2008-09-05 17:07:53 +02:00
commit 1239a2cd61
5 changed files with 138 additions and 20 deletions

View file

@ -31,7 +31,7 @@ RewriteEngine On
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
# In case Rails experiences terminal errors
# Instead of displaying this message you can supply a file here which will be rendered instead