knews plugin wget cron job blocked by Bulletproof
-
Hi,
I am trying to get a cron job allowed by Bulletproof. Here is my command line : */10 * * * * wget -q -O/dev/null https://mywebsite.com/wp-admin/admin-ajax.php?action=knewsCron
It is used with the very good Knews Newsletter plugin.
Like I read on the bulletproof forum, I did remove the “wget” in these 2 htaccess rules :
RewriteCond %{HTTP_USER_AGENT} (havij|libwww-perl|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (;|<|>|’|”|\)|\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
But cron job still not working. I asked hosting provider (linux server) to convert it to “lynx -source” but apparently it is not possible…
So I think I must be close to get wget allowed but I have no other idea what to try!
Any help would be appreciated.
- The topic ‘knews plugin wget cron job blocked by Bulletproof’ is closed to new replies.