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

    (@markrh)

    Might try adding the following at the top of your .htaccess file:

    <FilesMatch "351×[email protected]$">
        order allow,deny
        deny from all
    </FilesMatch>

    That will cause 403 forbidden errors for any request with that at the end. That won’t stop them from trying but at least it will keep WordPress from dealing with it.

    Thread Starter sbbn

    (@sbbn)

    Okay, I’ve added it and will see what happens. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Repeated attempts to access an image not on my server’ is closed to new replies.