Em Friday 25 January 2008 01:15:45 Richard Jones escreveu: > I'm setting up a TG application that will fake being a simple PHP site > with a single URL: /submit.php > > I'm at a loss how to configure TG to actually have a URL of > "submit.php". I've even looked through the CherryPy docs but can't see > anything there except the section on > http://www.cherrypy.org/wiki/PageHandlers "Other Handlers" which is > remarkably short on actual detail :) > > Any help would be appreciated.
You can always use mod_rewrite and mod_proxy on Apache to redirect this request to your application in a transparent manner. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

