Additional security via htaccess
-
Hi there,
the plugin works perfect.
Before I use this plugin, I had an additional password via .htaccess / .htpasswd.It looks like this:
<Files wp-login.php>
AuthName “Admin-Area”
AuthType Basic
AuthUserFile /path-to-your-htpasswd/.htpasswd
require valid-user
</Files>My question:
In the first line there is still wp-login.php mentioned.
Which code do I need to change it to a “folder” that I have fixed in the plugin “rename wp-login.php” in order to have an additional security?Thanks
Joachim
- The topic ‘Additional security via htaccess’ is closed to new replies.