mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 06:21:49 +01:00
Merge branch 'master' of git://github.com/gorn/tracks
This commit is contained in:
commit
1239a2cd61
5 changed files with 138 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue