Getting a paypal payment software to work on our websites
Hi,
We had a software that helped us integrate Paypal payments into our forms that was working great on our old host. But since we moved to InMotion Hosting this no longer works.
We spoke with the person who created the software that we are using which is a wordpress plugin and I've included his recommendation below. Please let me know if you can do what he suggests. Also, we'll need the same thing done for /lisub/ directory.
************************
Hi Rodney,
What is also worrying is that PayPal IPNs are being blocked - https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-ipn.php gives a 403 Forbidden error
This is likely due to something that blocks direct access to plugin files: the thing doing the blocking will likely be a security setting on your webserver or in a WordPress security plugin
It should simply be a matter of whitelisting the following files in either the security plugin or webserver settings:
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-ipn.php
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-order-script.php
( and also a few others if you are using them)
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-order-form.php
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-cart-form.php
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-cart-script.php
We had a software that helped us integrate Paypal payments into our forms that was working great on our old host. But since we moved to InMotion Hosting this no longer works.
We spoke with the person who created the software that we are using which is a wordpress plugin and I've included his recommendation below. Please let me know if you can do what he suggests. Also, we'll need the same thing done for /lisub/ directory.
************************
Hi Rodney,
What is also worrying is that PayPal IPNs are being blocked - https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-ipn.php gives a 403 Forbidden error
This is likely due to something that blocks direct access to plugin files: the thing doing the blocking will likely be a security setting on your webserver or in a WordPress security plugin
It should simply be a matter of whitelisting the following files in either the security plugin or webserver settings:
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-ipn.php
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-order-script.php
( and also a few others if you are using them)
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-order-form.php
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-cart-form.php
https://example.com/rylsub/wp-content/plugins/subscriptionboss/subb-cart-script.php