Search the web
Sign In
New User? Sign Up
RubyOnRails · Ruby on Rails
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
godaddy deployments   Message List  
Reply | Forward Message #93 of 107 |
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.




Sat Feb 16, 2008 1:42 am

tbone9992
Offline Offline
Send Email Send Email

Forward
Message #93 of 107 |
Expand Messages Author Sort by Date

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...
tbone9992
Offline Send Email
Feb 16, 2008
1:58 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help