Last day my friends!! Are you keeping up? Did you do the first 4 days? This last day is a bit technical. So what I’ve done is put each task into a script that you can take to your developer or host. Have a look-see:

Secure File Permissions on your server
The permissions need to be 644 for files and 755 for directories. This is super easy for someone who has server-level access. So take this little tidbit to your host to inquire if this is done:
WordPress is supposed to have permissions set for the files. I’ve been checking my security but this one is a bit over my head. Can you check and confirm for me that the directories are all ‘755’ and files ‘644’ please?
Preventing Access to Sensitive Information
There is one file in particular that allows access to the entire site. It’s the wp-config.php file. So let’s prevent access to it! In most cases your host will do this for you. And while we’re at it, lets prevent access to the file that prevents access. You can ask something like this:
WordPress needs this put in the ‘.htaccess’ file. Can you add this for me?
<files wp-config.php> order allow,deny deny from all </files><files .htaccess> order allow,deny deny from all </files>
Change the Unique Keys
This you will likely need to take to your developer. Or you can do this if you know how to use FTP. All you want to do is replace the long strings of random characters listed in wp-config.php. Go to the page here which generates a unique set on every visit. They will look something like this:
define('AUTH_KEY', 'KpVlTrn%GS/YRNgP,vUC!NCxyqUt+~-uC(|: NEi72Yk]tT~fqQ =ZNepyM2eEf5');
define('SECURE_AUTH_KEY', 'L+f3+u8%n=(aGa4L)b;|YxQ^-;Q8!g/:zcxSdeJ.M.l`zV/L8!|u8}Z.}aIAO|iV');
define('LOGGED_IN_KEY', '.R&S!7,]Iu|*+J~~6aX<).MD-xf4oU~R[09T<0kX%n5%U~cHEon9Lb=pgU
Lets review our 5 Days: 5 Assignments
- Backups: How to Select a WordPress Backup Plugin
- Updates: How to Update Without An Ulcer (Enter to Win a Year of Sucuri Firewall)
- Plugins: The Newbie Mistake Everyone Still Makes
- Thursday: Users & Passwords & Security Oopsies
- Friday: Tech Stuff in Repeat-After-Me Format
Let me know what you think in the comments or email any time!
New! Welcome-Email AI Agent
Looking at email marketing? Don’t forget a welcome series – folks are 4x more likely to open the first email than any other email that you send! Enter your email and we’ll send you to our custom AI Agent that will help you craft five highly converting emails in a welcome series! Then see this post for the tutorial.

Cathy Mitchell
Single Mom, Volunteer, Lifelong Learner, Jesus Follower, Founder and CEO at WPBarista.
