What Wordpress Security Plugin is the Best? :)

11 replies
  • WEB DESIGN
  • |
I just installed Bulletproof Security and it fu*cked up my website! Is there a stable good wordpress security plugin anyone recommends?
#plugin #security #wordpress
  • {{ DiscussionBoard.errors[7936800].message }}
  • Profile picture of the author Michael71
    I never had problems with wordfence or bps... what are your problems with those plugins?
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7937475].message }}
    • Profile picture of the author so11
      There is no best security plugins....It depends on what you are trying to achieve by installing a plugin...

      Sometimes it is better to have several good ones (or nothing at all) than a bad one claiming to take care of all of your needs...

      1. Read what it does
      2. Check if there is support
      3. Make sure that it is made by a known provider
      4. Decide if it answers your needs

      good luck
      Signature
      www.groupesoloviev.com
      We help businesses manage cyber risk and compliance requirements.
      {{ DiscussionBoard.errors[7938657].message }}
    • Profile picture of the author moneychain
      Originally Posted by Michael71 View Post

      I never had problems with wordfence or bps... what are your problems with those plugins?
      After configuring bulletproof security, I got the following error:

      Secure Connection Failed

      An error occurred during a connection to melissasmoneymethods.com.

      SSL received a record that exceeded the maximum permissible length.

      (Error code: ssl_error_rx_record_too_long)

      The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
      Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.

      I'm not positive it's from bulletproof but I'm pretty sure :confused:
      {{ DiscussionBoard.errors[7939321].message }}
  • Profile picture of the author appliedvisual
    Try These:
    Sucuri WordPress Security Plugin
    Update Notifications
    WP Security Scan **
    WordPress File Monitor Plus
    Block Bad Queries
    WordPress Firewall 2
    Login Security Solution
    Semisecure Login Reimagined
    WP Login Security 2
    {{ DiscussionBoard.errors[7939594].message }}
  • Profile picture of the author yelidesign
    i think the best one is Better WP Security . i used and i liked it. Best specification of this plugin is Hiding WordPress Backend
    Signature
    Web Tasarım - WebCreatix - Web Design Office
    {{ DiscussionBoard.errors[7953824].message }}
  • Profile picture of the author nightrider85
    Originally Posted by moneychain View Post

    I just installed Bulletproof Security and it fu*cked up my website! Is there a stable good wordpress security plugin anyone recommends?
    This post http://www.matthewwoodward.co.uk/tut...rom-hackers/is a good resource for wordpress security..hope it helps you..
    {{ DiscussionBoard.errors[7953877].message }}
  • Profile picture of the author RobinInTexas
    I like Wordfence, It's been downloaded almost 400,000 times and had very few problems reported.

    You could go far by securing your admin directory.
    Add an .htaccess file to your wp-admin directory
    If you and a co-webmaster always log in from the same IP (leave out the second Allow from if there's only one.)
    Code:
    <FilesMatch ".php$">
    Order deny,allow
    Allow from nnn.nnn.nnn.nnn
    Allow from nnn.nnn.nnn.nnn
    deny from all
    </FilesMatch>
    Or password protect with .htaccess
    if your login IP varies
    Code:
    <FilesMatch ".php$">
    AuthName "WordPress"
    AuthType Basic
    AuthUserFile /var/www/vhosts/htpass
    Require valid-user
    Order allow,deny
    </FilesMatch>
    If you use authentication you heed to create a password file and set your AuthUserFile to the path on your server.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[7958144].message }}
  • Profile picture of the author RobinInTexas
    Wordfence and BulletProof Security are both well established plugins with good support at WordPress › Support

    You and your bo likely are using one or more poorly written or outdated plugins that are the cause of the problems you are having.

    The author of bulletproof supports it actively and I have seen where he reaches out to see if people with problems have resolved reports of problems. WordPress › Support » BulletProof Security
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[7979594].message }}

Trending Topics