+ All Categories
Home > Technology > Wordpress Security

Wordpress Security

Date post: 29-Jun-2015
Category:
Upload: spearmintdigital
View: 276 times
Download: 0 times
Share this document with a friend
Description:
Wordpress security and backups are often overlooked, but you need to have them in place before your site gets compromised. The steps to secure and backup a site are simple, so make sure you don't lose all your hard work.
Popular Tags:
19
Wordpress Security Claire Jordan - Spearmint Digital
Transcript
Page 1: Wordpress Security

Wordpress SecurityClaire Jordan - Spearmint Digital

Page 2: Wordpress Security

Why Wordpress Security

● Wordpress is open source

● So is Apache and Linux

● Open source = free, but everyone can see

the code

● Hackers don’t specifically attack your site -

look for vulnerable sites on the internet

Page 3: Wordpress Security

Your Server

● Home of your site, security starts here

● VPS vs Shared Hosting

● Use SSH or SFTP to connect

Page 4: Wordpress Security

Install Wordpress Correctly

● Don’t use fantastico

● wordpress.org and do a manual install

Page 5: Wordpress Security

Replace Security Keys

● It’s like changing your locks

● Setup authentication keys and salts

● Generate new keys at:

http://api.wordpress.org/secret-key/1.1/salt

● Copy and paste into wp-config.php

● Can do on existing site, will just make users

login again.

Page 6: Wordpress Security

Replace Security Keys

Page 7: Wordpress Security

Change the Table Prefix

● Change table prefixes

● default uses wp_ wp1_ wp2_

● If a new website, do this in wp-config.php

● If existing website it’s harder

● Good tutorial at:

http://wpbeginner.com/wp-tutorials/how-to-change-the-

wordpress-database-prefix-to-improve-security

● Can also do with a plugin

Page 8: Wordpress Security

Get Rid of Comment Spam

● Install Akismet

● Shows your site is well managed

● No more spam!

Page 9: Wordpress Security

Use Quality Themes and Plugins

● Bad theme or plugin = dangerous code

● Good themes - eg. studiopress, woothemes

● Good plugins - look at reviews

● Limit number of plugins

● Delete anything not in use

Page 10: Wordpress Security

Update Everything

● Update wordpress core, plugins and theme

● Updates patch known vulnerabilities

● Check your site often

Page 11: Wordpress Security

Good Username and Password

● Hackers only need 2 pieces of info, don’t

give them the first one

● Unique username and password

Page 12: Wordpress Security

Good Username and Password

● If you need to change username

http://youtu.be/1R0X-zrtF1k

● Get a good password

www.strongpasswordgenerator.com

● Use a non-admin user for posting, show

author's real name

Page 13: Wordpress Security

Limit Login Attempts

● Don’t want hackers to be able to try guess

the password

Page 14: Wordpress Security

Backup Your Site

● A few good plugins:○ Vaultpress - backups immediately $15/month

○ Backupbuddy - easy to use, good support, $80 for a

license

○ BackWPup - free plugin, can choose where to

backup to

Page 15: Wordpress Security

Suggested Backup Routine

● Using BackWPup

● Backup to dropbox

● Backup everything (theme, files, database,

plugin list)

● Have 3 jobs, 1 for daily, 1 for weekly and 1

for monthly

● Runs each day at 3am

Page 16: Wordpress Security

More Security

● Lots more things you can do

● A few examples:○ blank .html files

○ custom .htaccess files

○ limit access to your IP address

○ secure files with passwords

● Security can always be taken to the next

level

Page 17: Wordpress Security

Security Plugin

● Install Better WP Security

● Backup your blog

● Needs to change core files

● Use one click protection

● Go through the system status


Recommended