Jump to content

paypal issue, IPN, redirect


Recommended Posts

Here is my problem:

I have migrated my whmcs installation to a new domain, and I had recurring subscription on that installation with paypal.

 

I cannot change the IPN for the paypal interface, and I don't want to add every old subscription manually inside whmcs everytime i receive a payment.

 

Do some of you know a script I can put in the place of the paypal callback file, to redirect the IPN to the new domain?

 

thanks

Link to comment
Share on other sites

You should be able to accomplish this with just a .htaccess redirect to the new domain.

 

Something like:

 

RewriteEngine On
Redirect 301 /whmcs/modules/gateways/callback/paypal.php https://www.yournewdomain.com/whmcs/modules/gateways/callback/paypal.php

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated