• Resolved mrppp

    (@mrppp)


    would this `# REQUEST METHODS FILTERED
    # This filter is for blocking junk bots and spam bots from making a HEAD request, but may also block some
    # HEAD request from bots that you want to allow in certains cases. This is not a security filter and is just
    # a nuisance filter. This filter will not block any important bots like the google bot. If you want to allow
    # all bots to make a HEAD request then remove HEAD from the Request Method filter.
    # The TRACE, DELETE, TRACK and DEBUG request methods should never be allowed against your website.
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
    RewriteRule ^(.*)$ – [F,L]`

    block sitemaps being generated?

    http://wordpress.org/plugins/bulletproof-security/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AITpro

    (@aitpro)

    Nope. There is no code in BPS that would block that. Do you see an error in your BPS Security log? If so, post the error.

    Thread Starter mrppp

    (@mrppp)

    ok thank you i think maybe a dns issue after moving servers.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘sitemap generators’ is closed to new replies.