View Single Post
Old 11-05-2012, 02:57 PM  
Kovachi
So Fucking Banned
 
Industry Role:
Join Date: Sep 2012
Posts: 400
Pro tip: Wordpress security

Place a .htaccess in your wp-admin directory that only allows your IP to access it.

Code:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Example Access Control"
AuthType Basic
<LIMIT GET>
order deny,allow
deny from all
allow from your.ip.address.here
</LIMIT>
Kovachi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote