On Jul 9, 2006, at 4:33 PM, James Gardner wrote:
> > What should you write if you want the application mounted at the URL > root rather than /imagesearch, I find that adding / as the SCRIPT_NAME > leads to infinite recursions. Any thoughts? How can you set a blank > SCRIPT_NAME? > The SCRIPT_NAME for an app deployed at the root should be '' (empty string) instead of '/'. I don't know if that's the cause of the recursion, though. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
