public/htaccess.fcgi.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/htaccess.fcgi.example b/public/htaccess.fcgi.example index f06975d..0efba1e 100644 --- a/public/htaccess.fcgi.example +++ b/public/htaccess.fcgi.example @@ -39,6 +39,9 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [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