Sha256: 77b837244ef69f01ab72bf94cdfa32fd841cf2eae22b14d747f14a6137ca3bc2
Contents?: true
Size: 484 Bytes
Versions: 6
Compression:
Stored size: 484 Bytes
Contents
# Sets the default handler for FastCGI scripts AddHandler fastcgi-script .fcgi # If Apache2 is used together with mod_fcgid, # uncomment the line below and comment in the line # above to set the correct script handler #AddHandler fcgid-script .fcgi RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ merb.fcgi [QSA,L] ErrorDocument 500 "<h2>Application Error</h2>Merb could not be reached"
Version data entries
6 entries across 3 versions & 1 rubygems