Mike,

After much testing I was able to grasp an understanding of how the
request/answer process works and get what I want.
In order to remove the "/tg_fastcgi" prefix that is added by the
RewriteRule apache directive; you just need to insert below line into
fcgi.py, method _sanitizeEnv:
environ["SCRIPT_NAME"] = ""

With this change; all my URLs, relative or absolute, are now working
correctly!

Thanks for the help!

Yannick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to