Thanks so much! I did all that. How can I check if it works? Also do you mind just viewing the below and seeing if it looks right. I bolded my edits.
# 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 screenplae.com # Add your website/Server IP Address Allow from 100.38.132.242. # 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: 100.36. 3 octets: 100.38.132. 4 octets: 100.38.132.242 Allow from 100. </FilesMatch>