Em Friday 15 February 2008 03:56:51 Srinivasan R escreveu: > Hi, > I have a controller method which exports some data to csv format. I need > to get a url which is something like http://localhost:8080/export.csv > instead of just http://localhost:8080/export > > I googled but couldn't find anything which solves this. Can someone help.
Use mod_rewrite in Apache to rewrite it to TG as export_csv or something like that. -- 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 -~----------~----~----~----~------~----~------~--~---

