Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
Created July 26, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strangerstudios/502586c3d818d2f9a4dd242252fd8e36 to your computer and use it in GitHub Desktop.
Save strangerstudios/502586c3d818d2f9a4dd242252fd8e36 to your computer and use it in GitHub Desktop.
Add this to your .htaccess file to redirect the old PMPro PayFast ITN URL to the new one
# BEGIN REDIRECT OLD PAYFAST ITN URL
RewriteEngine On
RewriteBase /
RewriteRule ^wp-content/plugin/paid-membership-pro/services/payfast_itn_handler.php$ /wp-admin/admin-ajax.php?action=pmpro_payfast_itn_handler [L]
# END REDIRECT OLD PAYFAST ITN URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment