<Files ~ "^\.ht"> Deny from all </Files> Order deny,allow Deny from all Allow from all #Allow from 127.0.0.1 AuthType Basic AuthName "ENTER YOUR NAME & PASSWORD TO LOGIN" AuthUserFile /home/kusanagi/.htpasswd Require valid-user Satisfy any <Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files>