I am trying to set up a RewriteRule to pass on Paypal IPN notifications from an old URL to a new one that will capture it and interpret it, so I need all of the variables and such passed onto the new url (IPN notification shouldn’t be parsed or processed, just passed onto the new url).
What is the best/most reliable RewriteRule/Condition I should use in this case?
Right now I just have this in the old file that still receives IPN notifications:
<?php header("Location: /payment/paypal/ipn"); exit; ?>
Please try it on your .htaccess file