Rename wp-login.php plugin with .htpasswd
-
hey, is it possible to use it with the .htpasswd or better: which are then the current settinge? maybe you can helf out. thx so much!
currently:
# Auth protect wp-login.php
<Files wp-login.php>
AuthName “Restricted Admin-Area”
AuthType Basic
AuthUserFile pathxxxxx.htpasswd
Require valid-user
</Files># Deny access to important files
<FilesMatch “(\.htaccess|\.htpasswd)”>
Order deny,allow
Deny from all
</FilesMatch>
- The topic ‘Rename wp-login.php plugin with .htpasswd’ is closed to new replies.