Hi All,
Been struggling with a GoDaddy deployment. Wondering if anyone can help?
Simple Rails app where the app, componens, config copied directly
under the GoDaddy Rails container.
.htaccess (at same level as public) is:
RewriteEngine On
RewriteRule ^(.*)$ !/public/dispatch.fcgi [QSA,L]
.htaccess under public is:
RewriteEngine On
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
The error when I hit the site is:
[Fri Feb 15 18:30:11 2008] [error] [client 67.190.126.169]
mod_rewrite: maximum number of internal redirects reached. Assuming
configuration error. Use 'RewriteOptions MaxRedirects' to increase the
limit if neccessary.
As if the redirects are recursing? I think my DB connection is not set
up right yet, but would assume a different error if I got that far.
Any thoughts why?
Thank you most sincerely.