Hi, all, I put .htacess file in wp-admin order deny,allow allow from a.b.c.d # This is your static IP deny from all But causes an error: What maybe the problems ? Thanks in advance!
I want to use cpanel to protect wp-admin folder. It has the same problem. Anyone know the reasons ? I just coped it from another server.
Hello Try this <Files wp-login.php> Order Deny,Allow Deny from all Allow from xx.xx.xx.xx </Files> OR <Files wp-login.php> Order Deny,Allow Deny from all Allow from xx.xx.xx.xx </Files> This help you... Thanks