Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter phildegruchy

    (@phildegruchy)

    I think I might have sorted it out myself! I added the following and all seems to work fine now! ??

    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/my_plugin/ [NC]
    RewriteRule . – [S=13]

    Thanks,
    Phil

    Plugin Author AITpro

    (@aitpro)

    Hmm I’m actually surprised that the plugin skip/bypass rule is working to fix this particular issue with wget, but that is great.

    And just an FYI on wget vs lynx -source.

    An alternative Cron command line command that is safer to use is lynx -source instead of wget -O, but lynx has some limitations so you may need to use wget for your purposes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BulletProof Security] Cron jobs not running when with BulletProof .htaccess – 403 error’ is closed to new replies.