I’ve read through the directions you’ve provided and I tried to update the custom content brute login field with the following content…
# Protect wp-login.php from Brute Force Login Attacks based on IP Address <FilesMatch "^(wp-login\.php)"> Order Allow,Deny # Add your website domain name Allow from http://websitename.com # Add your website/Server IP Address Allow from website server address # Add your Public IP Address using 2 or 3 octets so that if/when # your IP address changes it will still be in your subnet range. If you # have a static IP address then use all 4 octets. # Examples: 2 octets: 65.100. 3 octets: 65.100.50. 4 octets: 65.100.50.1 Allow from 71.233.64 </FilesMatch>
Whenever I try to save the page I receive an error that states..
403 Forbidden Error Page
If you arrived here due to a search or clicking on a link click your Browser’s back button to return to the previous page. Thank you.
Any ideas?
I have yet to purchase the pro version. Would this be what is triggering it?