• Resolved shawmutsteve

    (@shawmutsteve)


    Overnight – a line of ‘Deny from ‘ was added to .htaccess.

    No one can access the site – obviously. Using Better WP Security 3.2.5. And curiously, this is the second time this has happened.

    I’ve fixed the .htaccess, and the site is fine now. But how is this happening?

    See full Better WP Security section here:

    # BEGIN Better WP Security
    Options All -Indexes
    
    Order allow,deny
    Allow from all
    Deny from
    Deny from 80.58.205.44
    Deny from 80.33.195.34
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    
    RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK) [NC]
    RewriteRule ^(.*)$ - [F,L]
    
    </IfModule>
    
    # END Better WP Security

    http://wordpress.org/extend/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Better WP Security] 'Deny from ' added to .htaccess’ is closed to new replies.