Uploaded on Nov 5, 2020
PPT on Several ways you can protect your WordPress Website.
Several ways you can protect your WordPress Website.
SEVERAL WAYS YOU
CAN PROTECT YOUR
WORDPRESS
WEBSITE
WordPress is one of the most popular content
management systems out there and with good
reason.
It’s simple to use, there are thousands of themes
and plugins available for it, and you can create any
type of website with it.
INTRODUCTION
Source: websitesetup.org
With any new release, WordPress gets improved
and its security is improved too.
If any particularly malicious bug gets discovered,
the WordPress core guys will take care of it right
away, and force a new safe version promptly. If
you don’t update, you will be at risk.
UPDATE
WORDPRESS
REGULARLY
Source: themeisle.com
The same goes for plugins and themes. You
should update your current theme and the plugins
you have installed on your site.
This helps you avoid vulnerabilities, bugs, and
potential security breach points.
UPDATE YOUR
THEMES AND
PLUGINS
Source: themeisle.com
Backing up your site is about creating a copy of all
the site’s data, and storing it somewhere safe.
That way, you can restore the site from that
backup copy in case anything bad happens.
BACK UP YOUR
SITE
REGULARLY
Source: themeisle.com
Don’t let your login form allow unlimited username
and password attempts because this is exactly
what helps a hacker succeed.
Limiting the available attempts is the first thing you
should do to prevent that.
CHANGE YOUR
PASSWORD
OFTEN
Source: themeisle.com
If you’re not the only user who has access to your
site, be careful when setting up new user accounts
too.
You should keep everything under control, and try
to limit the access of any type to users that don’t
necessarily need it.
LIMIT USER
ACCESS TO
YOUR SITE
Source: websitesetup.org
By default, the URL you use to log into your
dashboard is either wp-login.php or wp-admin,
added after your site’s main URL.
Those two are also the most accessed URLs by
hackers who want to get into your database.
If you change that URL, you reduce the chances of
finding yourself in trouble.
RENAME YOUR
LOGIN URL
Source: websitesetup.org
Security scans are something done by specialized
software/plugins that go through your whole
website in search of anything suspicious.
If something is found, it’s removed immediately.
Those scanners work just like anti-viruses.
ENABLE
SECURITY
SCANS
Source: wpflorida.com
SSL (Secure Socket Layer) is a great strategy
through which you can encrypt your admin data.
SSL makes the data transfer between the user
browser and the server secure.
USE SSL
Source: securionpay.com
The wp-config.php file is one of the most
important, hence vulnerable files on your site.
It hosts crucial information and data about your
whole WordPress installation.
It’s technically the core of your WordPress site. If
something bad happens to it, you won’t be able to
PROTECT YOUR use your blog normally.
WP-
CONFIG.PHP
Source: securionpay.com
Comments