Defect #3644 ยป htaccess.diff
public/htaccess.fcgi.example | ||
---|---|---|
39 | 39 |
<IfModule mod_fcgid.c> |
40 | 40 |
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] |
41 | 41 |
</IfModule> |
42 |
<IfModule mod_cgid.c> |
|
43 |
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] |
|
44 |
</IfModule> |
|
42 | 45 | |
43 | 46 |
# In case Rails experiences terminal errors |
44 | 47 |
# Instead of displaying this message you can supply a file here which will be rendered instead |