INCLUDE_DATA
Consider how profitable you could be if your prospective customers found your website near the top of search results for the keywords used in your industry.
How much of that keyword traffic is currently going to your competitors’ sites instead of yours?
Your can restrict access to wp-admin by IP:
1.order deny,allow2.allow from a.b.c.d # This is your static IP3.deny from allSource - BlogSecurity.net
One of the most important things you can do with .htaccess is blacklist IP addresses. You can do so with the following code:
1.<Limit GET POST PUT>2. order allow,deny3. allow from all4. deny from 123.456.7895.</LIMIT>Source – Perishable Press
Your wp-config file contains your database name, your database username and your database password. In other words, you’ll want to keep it secure.