• The banned hosts do not get added correctly to the .htaccess. It only adds the last entry in the banned hosts list under Settings.

    If you look on the iThemes Dashboard under Rewrite Rules you´ll see it only adds the last entry like this:

    Order allow,deny
    
            SetEnvIF REMOTE_ADDR "^IP$" DenyAccess
    
            SetEnvIF X-FORWARDED-FOR "^IP$" DenyAccess
    
            SetEnvIF X-CLUSTER-CLIENT-IP "^IP$" DenyAccess

    Please fix this!

    https://wordpress.org/plugins/better-wp-security/

The topic ‘Banned users not updated’ is closed to new replies.