views:

35

answers:

1

I use mongrel to run a ROR website. My apps need to respond to urls generated by third parties. There is double quote in the url, and mongrel will error on such urls. Since I use apache on top of mongrel. How can I use the mod_rewrite in apache to encode the url?

A: 

I would force the third parties to url encode their requests.

Midwire