PHP to Rails 3 routing

NitreX24

New Member
We have a "legacy" flash application relying on PHP to deliver it's data, but the server side is now being upgraded to Rails 3. For various reasons we don't want to change the flash, so we need to be able to route http requests like this: http://www.example.com/somefile.php?param=123&otherone=123457 to RESTful rails routes.I cant assume Apache is going to be used so I cant use mod_rewrite.Does anyone know of a good solution? Rack Middleware was my first thought.
 
Back
Top