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>