• Resolved someone02

    (@someone02)


    Hi.
    First of all – thanks for the great plugin!

    As you know, some time ago there was a problem with fact that in the index of Google got a lot of pages (a few hundred) like mysite.ru/?wordfence_logHuman = 1 & hid = XXXXXXXXXXXXXXX
    so that they will gone out of the index, they must return 404.
    Despite the fact that I have disabled Live Traffic – these pages return a response 200.
    How can I fix it?
    Thanx

    https://wordpress.org/plugins/wordfence/

    [ No bumping please. ]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter someone02

    (@someone02)

    I’m sorry, I did not want to break any rules …
    just very strange that the problem is known, has released an update to prevent, but do not say anything to those who have suffered from this.
    and developers respond to other posts and simply ignore this topic (

    Plugin Author WFMattR

    (@wfmattr)

    Sorry if it seemed like we ignored the question — this issue doesn’t have as clear of an answer as most of the others, so I had set it aside yesterday, to check out what would be best and possibly run it by the dev team.

    (The forum moderators at wordpress.org try to stop bumping for a few reasons — one is because it will show that your post has at least one reply, so some people who could answer it will assume it’s already being handled by someone.)

    You could use .htaccess to return a 404 like you asked about, or it could be a 301 “permanent” redirect, pointing to the home page (also using .htaccess), which might be better for some of the other search engines — you could do both in the theme’s functions.php too, but .htacccess would probably be easiest. It’s also possible to set Google Webmaster Tools to ignore certain query strings — adding the wordfence_logHuman and “hid” query strings might be the easiest solution, but it’s possible “hid” could be used by some other plugin someday.

    What do you think would be best?

    maybe you have cached them.
    tried cleaning the cache?
    to ensure, look if file resides /wp-content/cache or somewhere like that..

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

The topic ‘Wordfence_logHuman’ is closed to new replies.