Wordpress
-
04:03 Popular
How To Remove The Google Hacked Site (Malware) Warning - Website Hack Recovery | WP Learning Lab
Added 128 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/2eY3X5D How To Remove The Google Hacked Site (Malware) Warning - Website Hack Recovery | WP Learning Lab In this tutorial you will learn how to remove the warnings that Google puts into their search results when they suspect that your website has been hacked. This will also remove attack page warnings and
-
02:20 Popular
How To Backup Your .htaccess File Via File Manager On Your Apache Server | WP Learning Lab
Added 129 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How To Backup Your .htaccess File Via File Manager On Your Apache Server | WP Learning Lab In this tutorial I'm going to show you how to backup the .htaccess file using the file manager. The .htaccess file is a very important file. If even one character of code is out
-
05:16 Popular
How To Remove The WordPress Version Number From Your Site - Hacker Proofing | WP Learning Lab
Added 124 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How To Remove The WordPress Version Number From Your Site - Hacker Proofing | WP Learning Lab remove_action('wp_head', 'wp_generator'); //Remove WordPress version from site In this tutorial you're going to learn how to remove the WordPress version number (WordPress ge
-
03:53 Popular
Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab
Added 135 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab In this tutorial I'm going to show you how to use the Change DB Prefix WordPress plugin to improve MySQL database security. Anyone running a WordPress-based website needs to con
-
03:54 Popular
Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab
Added 144 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab define('FORCE_SSL_ADMIN', true); In this tutorial I'm going to show you how to secure your WordPress admin by forcing every signed in session to use an SSL certificate (HTTPS). SSL certifica
-
03:50 Popular
Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab
Added 172 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab # BEGIN Disable XML-RPC.PHP (left pointy bracket)Files xmlrpc.php(right pointy bracket) Order Deny,Allow Deny from all (left pointy bracket)/Files(right pointy bracket) # END Disable XM
-
05:47 Popular
Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab
Added 204 Views / 0 LikesLimit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab # BEGIN Restrict WP-Admin Access To Specific IPs Order Deny,Allow Allow from 123.456.789.111 Deny from all # END Block WP-Admin Access To Specific IPs In this tutorial I'm going to show you how you can disable wp-admin access to only IP addresses that you specify. This works great if you have a static IP or a known dynamic IP range that you always access t
-
04:54 Popular
Prevent PHP Execution In The WordPress Uploads Folder - Common Hacker Exploit | WP Learning Lab
Added 157 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Prevent PHP Execution In The WordPress Uploads Folder - Common Hacker Exploit | WP Learning Lab # BEGIN Stop PHP Execution in Uploads Folder Order Allow,Deny Deny from all (left pointy bracket)FilesMatch "^[^.]+\.(?:[Jj][Pp][Ee]?[Gg]|[Pp][Nn][Gg]|[Gg][Ii][Ff]|[Pp][Dd]
-
04:00 Popular
Protect Your WordPress WP-Config.php Via .htaccess - Hacker Proofing Your Site | WP Learning Lab
Added 128 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Protect Your WordPress WP-Config.php Via .htaccess - Hacker Proofing Your Site | WP Learning Lab # BEGIN Protect the wp-config.php file (left pointy bracket)files wp-config.php(right pointy bracket) order allow,deny deny from all (left pointy bracket)/files(right poin
-
08:57 Popular
Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab
Added 156 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab # Password protect the wp-login.php file ErrorDocument 401 "Unauthorized Access" ErrorDocument 403 "Forbidden" (left pointy bracket)FilesMatch "wp-login.php"(right pointy brac
-
02:54 Popular
Prevent Script Injection In WordPress - Stop Hackers With WordPress Security | WP Learning Lab
Added 138 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Prevent Script Injection In WordPress - Stop Hackers With WordPress Security | WP Learning Lab # BEGIN Protect Against Script Injections Options +FollowSymLinks RewriteEngine On RewriteCond %{QUERY_STRING} ((left pointy bracket)|%3C).*script.*((right pointy bracket)|%
-
08:00 Popular
Prevent Directory Browsing On Your WordPress - Hackers Love Directory Browsing | WP Learning Lab
Added 116 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Prevent Directory Browsing On Your WordPress - Hackers Love Directory Browsing | WP Learning Lab # BEGIN Directory Browsing Block Options -Indexes # END Directory Browsing Block In this tutorial I show you how to stop hackers from seeing which plugins and themes you h
-
04:13 Popular
How To Block and Blacklist Bad IPs via .htaccess - Works On Any Apache Server | WP Learning Lab
Added 169 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How To Block and Blacklist Bad IPs via .htaccess - Works On Any Apache Server | WP Learning Lab # BEGIN Blacklist Undesired IPs (User and Bots) (left pointy bracket)Limit GET POST PUT(right pointy bracket) order allow,deny allow from all deny from 123.456.789.111 (lef
-
07:23 Popular
WordPress Salts, Unique Keys & Database Prefix - WP Hack Prevention & Security | WP Learning Lab
Added 154 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Salts, Unique Keys & Database Prefix - WP Hack Prevention & Security | WP Learning Lab In this tutorial I show you how to add WordPress unique keys and salts to your WP-Config.php file and how to change the WordPress database prefix. Both of these are import
-
05:48 Popular
Create A Custom WordPress Username And Delete The Admin User | WP Learning Lab
Added 112 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Create A Custom WordPress Username And Delete The Admin User | WP Learning Lab Creating a custom WordPress username is quite easy during the installation process and via the admin dashboard after WordPress is installed. You want to avoid using Admin as a username for
-
08:45 Popular
Update WordPress Core, WordPress Plugins & Themes | WP Learning Lab
Added 148 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Update WordPress Core, WordPress Plugins & Themes | WP Learning Lab One of the best ways to keep your WordPress site safe from security breaches and hackers is to update the WordPress core files, plugins and themes whenever updates are available. Before you update any
-
06:45 Popular
Limit Login Attempts Unblock - Use MySQL To Unlock Your Login | WP Learning Lab
Added 134 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Limit Login Attempts Unblock - Use FTP To Unlock Your Login | WP Learning Lab To unblock all IPs copy/paste this query: UPDATE wp_options SET option_value = '' WHERE option_name = 'limit_login_lockouts' LIMIT 1; If you want to unblock your specific IP e.g. 111.222.111
-
03:50 Popular
Limit Login Attempts Unblock - Use FTP To Unlock Your Login | WP Learning Lab
Added 134 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Limit Login Attempts Unblock - Use FTP To Unlock Your Login | WP Learning Lab The Limit Login Attempts plugin is used to limit the number of times someone using the same IP can try logging into your WordPress site with the incorrect username and password. This is used
-
07:34 Popular
Limit Login Attempts Plugin - Use It To Stop Brute Force Attacks | WP Learning Lab
Added 143 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Limit Login Attempts Plugin - Use It To Stop Brute Force Attacks | WP Learning Lab The Limit Login Attempts WordPress Plugin is used to help prevent brute force login attacks. You can read more about this WordPress security plugin here: https://wordpress.org/plugins/l
-
05:11 Popular
WordPress Username Hack - Stop Hackers Finding Out Your Username By Brute Force
Added 115 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Username Hack - Stop Hackers Finding Out Your Username By Brute Force Ever since WordPress 3.0 webmasters have had the ability to choose their own usernames when installing WordPress, which helps in reducing the number of successful brute force login attacks
-
05:47 Popular
Secure Passwords with LastPass - Create Secure Passwords & Store Them Safely | WP Learning Lab
Added 136 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Secure Passwords with LastPass - Create Secure Passwords & Store Them Safely | WP Learning Lab Creating secure passwords is easier today than it every was. There is software that can help you create difficult to break passwords in seconds. The hardest part now is reme
-
09:21 Popular
Backup WordPress Plugin - How To Easily Schedule WordPress Backups
Added 128 Views / 0 LikesBackup WordPress Plugin - How To Easily Schedule WordPress Backups https://youtu.be/r3p_KCnUL1U Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL A scheduled backup is an important part of your WordPress website's maintenance and security. If something goes wrong, backups are priceless! In this video tutorial I'm going to show you how to backup WordPress. There are a lot of great WordPress backup plugins available (both fr
-
07:28 Popular
WordPress XML Export/Import File - How Does This File Work? | WP Learning Lab
Added 138 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress XML Export/Import File - How Does This File Work? | WP Learning Lab In this tutorial we open the WordPress export/import XML file so that you can see what is in the file and how you can make changes to it as needed. XML is designed to be human and computer r
-
05:30 Popular
WordPress Permalink Settings Walkthrough - What Are Permalinks? | WP Learning Lab
Added 124 Views / 0 LikesGrab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Permalink Settings Walkthrough - What Are Permalinks? | WP Learning Lab When webmasters first move to WordPress permalinks are one of those confusing things that don't make sense right away. I think it's because of the name. WordPress Permalinks are just how
-
12:09 Popular
WordPress Discussion Settings Walkthrough | WP Learning Lab
Added 123 Views / 0 LikesDownload our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Discussion Settings Walkthrough Out of all the settings pages the WordPress Discussion Settings have the most options, at least on a stock WordPress installation. Let's go through them one by one. First we have the Default Article Settings. If you check the first box then whenever you publish a article that has a link out to another we
-
05:39 Popular
WordPress Writing Settings Walkthrough - Settings Tutorial | WP Learning Lab
Added 149 Views / 0 LikesDownload our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Writing Settings Walkthrough - Settings Tutorial | WP Learning Lab Setting up WordPress is done automatical ly during the installation process, but once it's installed you can fine tune the settings in the WordPress settings area. One of the sections is the WordPress Writing Settings which we'll take a look at in this video. There are
-
05:04 Popular
WordPress Tools Tutorial - What's In The WordPress Tools Section | WP Learning Lab
Added 166 Views / 0 LikesDownload our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Tools Tutorial - What's In The WordPress Tools Section | WP Learning Lab In a default WordPress installation the WordPress Tools section is pretty small, but also very powerful if you have a use for these tools. The WordPress tools listed in the Tools menu are: Available Tools, WordPress Import and WordPress Export. Let's go through th
-
02:51 Popular
WordPress XML Export Process - How To Export Posts and Pages out of WordPress | WP Learning Lab
Added 103 Views / 0 LikesDownload our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress XML Export Process - How To Export Posts and Pages out of WordPress | WP Learning Lab Using the WordPress XML export feature is good for two things. First, it's great for moving content from one site to another and second, it's good for a basic content backup. I would not recommend relying on the built in export feature as a full backu
-
03:42 Popular
WordPress XML Import Process - How To Import Posts and Pages Into WordPress | WP Learning Lab
Added 116 Views / 0 LikesDownload our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress XML Import Process - How To Import Posts and Pages Into WordPress | WP Learning Lab Using the WordPress XML import feature is good for two things. First, it's great for moving content from one site to another and second, it's good for import sample data for a premium theme. You can import CSV to WordPress or import Excel to WordPress,
-
04:23 Popular
WordPress Reading Settings Walkthrough - What's In The Reading Settings? | WP Learning Lab
Added 137 Views / 0 LikesDownload our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Reading Settings Walkthrough - What's In The Reading Settings? | WP Learning Lab Make sure all your WordPress settings are as they should be is an important part of managing your WordPress website. The WordPress reading settings have some important options that you may want to check out. Let's get right to it. First, there is the Front









