.htpasswd and password protected pages
-
Hi,
My backend is additionally protected with .htpasswd.
So my .htaccess file looks like this:<Files wp-login.php> AuthType Digest AuthName "Protected Area" AuthDigestDomain / AuthUserFile /path/to/.htpasswd Require user testuser Satisfy All </Files>
Now I have a problem with normal password protected pages, because since WordPress 3.4 this password form is using the wp-login.php with the parameter ?action=postpass.
Is it possible only to protect the wp-login.php without the parameter postpass ?
Thanks for your help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘.htpasswd and password protected pages’ is closed to new replies.