Viewing 3 replies - 1 through 3 (of 3 total)
  • Using FTP open the .htaccess file at your site root and remove everything between # BEGIN Better WP Security and # END Better WP Security. Then resave it to the site root.

    Thread Starter clanjunkie

    (@clanjunkie)

    this is what is in my .htaccess file,

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Then it must be something else affecting your site. When you set up BWPS, did you enable anything in the Tweaks section?

    It may be easiest to reenable the plug in and go through each section disabling the options so that it returns everything to a default state.

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

The topic ‘Plugin problems blocking users’ is closed to new replies.