Thanks for the fast reply! 1. yes I did symfony cc 2. yes... I have RewriteEngine On in the .htaccess (that enables mod_rewrite right?)
On Oct 28, 3:07 pm, Sid Bachtiar <sid.bacht...@gmail.com> wrote: > 1. Did you clear cache? ./symfony cc > 2. Do you have mod_rewrite enabled on your production server? > > > > > > On Thu, Oct 29, 2009 at 8:56 AM, Zach <zach...@gmail.com> wrote: > > > I've been stuck on this for quite some time and hope someone can help > > me. It's probably something simple that I am overlooking (and I hope > > it is) but I can't figure it out. > > > I am integrating PayPal Payments Pro Recurring Billing using Express > > Checkout. I have already successfully integrated Recurring Billing > > using Direct Payment. > > > Everything is working fine except I need certain parameters to process > > the payment after the user is directed back to my site from paypal. So > > I specify the return url to include those parameters like this > > $returnUrl = "https://mysite/payment/param/$value/param2/$value2"; > > > when paypal redirects to this url it appends a few parameters of it's > > own so I end up with something like this: > > >https://mysite/payment/param/$value/param2/$value2?token=value&PayerI... > > > I wasn't sure if this would work, but it did just fine.... until I > > moved to my other testing server and tried it in the production > > environment instead of frontend_dev.php. > > Now I just get a 404 not found. But if I insert frontend_dev.php into > > the url it works fine. > > How can I get this to work in the production environment? > > > Summary: > > > Works: > > >https://mysite/frontend_dev.php/payment/param/$value/param2/$value2?t... > > > Doesn't Work: > > >https://mysite/payment/param/$value/param2/$value2?token=value&PayerI... > > > Thank you for you help, > > Zach > > -- > Blue Horn Ltd - System Developmenthttp://bluehorn.co.nz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---