Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 267951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:37:36+00:00 2026-05-11T23:37:36+00:00

Does anyone know how secure WordPress is? I have no clue how to define

  • 0

Does anyone know how secure WordPress is?
I have no clue how to define “how secure”. But compared to other CMS systems, how secure is it?

Update:

To elaborate a bit on my project.
I’m gonna have a lot of users registering. Once logged in, they will have access to plugins which I’m developing. In about 6 months I will also offer paid services – I’m thinking PayPal. All sensitive details will be handled on PayPals https.

Update2:
(15.07.2013)
I found this article over at MOZ: The Definitive Guide to WordPress Security

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T23:37:36+00:00Added an answer on May 11, 2026 at 11:37 pm

    I don’t really know how to define how secure it is, but I can tell you a few things about it that should help you make up your mind.

    By default WordPress does not secure logins, so usernames and passwords are passed in cleartext. And most people use WordPress like that.

    That said, since version 2.6, you can force logins to be under SSL by adding this to your wp-config.php:

    define('FORCE_SSL_LOGIN', true);
    

    You can also opt for forcing SSL for all administrative tasks by using:

    define('FORCE_SSL_ADMIN', true);
    

    That should make it pretty good. And regardless of the version you are using, you can always force SSL for admin with mod_rewrite:

    RewriteRule ^/wp-admin/(.*) https://myblog.com/wp-admin/$1 [C]
    

    And, if you need a different folder for the SSL part:

    RewriteRule !^/wp-admin/(.*) - [C]
    RewriteRule ^/(.*) http://myblog.com/$1 [QSA,L]
    

    That would force everything under wp-admin to work under SSL and everything else would be forced to “regular” HTTP.

    Other things to consider is MySQL. If your blog communicates with MySQL over the Internet, you have one more thing to worry about. Most setups have MySQL inside a secure network, though. Even better if MySQL runs on the same machine as the web server, so you can communicate without relying on TCP/IP at all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 305k
  • Answers 305k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer What happens if you fflush(STDOUT) after each call to printf?… May 13, 2026 at 9:06 pm
  • Editorial Team
    Editorial Team added an answer Looking at the CVS repository for tos/types/AM.h, it looks like… May 13, 2026 at 9:06 pm
  • Editorial Team
    Editorial Team added an answer Can you write Java code (or access a Jar file)… May 13, 2026 at 9:06 pm

Related Questions

Does anyone know how secure Wordpress is? I have no clue how to define
The overall goal here is to have jetty be configured with a client certificate
I am trying to send an email in ASP.NET using system.net.mail the problem is
I've built a few ASP.NET sites that all use Users/Roles membership providers. These are
Does anyone know a PHP RegEx to allow only relative paths, not absolute? For

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.