IPN failure due to Limit in htaccess

Discussion in 'aMember Pro v.4' started by doyo, Sep 2, 2012.

  1. doyo

    doyo aMember Pro Customer

    Joined:
    Aug 16, 2012
    Messages:
    23
    I thought I would share this info. I was getting PayPal IPN failures after setting up IPN at paypal. I have a rather hefty htacess file at the root. After some testing at PayPal sandbox I found that this bit in my htaccess file was causing the IPN failures.

    <Limit GET POST HEAD>
    Order Allow,Deny
    Allow from all
    Deny from env=bad_bot
    </Limit>

Share This Page