Hello, I am using enfold 4.0.7.
I have set up directory password protection for the wp_admin folder in my wordpress installation.
If I enter something in the search field (wordpress frotend), there is a pop up box asking for authorization.
Any idea how to fix this?
Thanks in advance!
Hey spielemax,
How did you set up the protection? Some plugin?
Best regards,
Victoria
I use a “normal” basic authentication (htaccess) on the wp-admin folder.
I whitelisted the admin-ajax.php and now it works :)
Code:
AuthType Basic
AuthName "Auth Required"
AuthUserFile /path/to/.htpasswd
Require valid-user
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>
Thank you for the food for thought!
Hi,
Glad to hear that. Let us know if you need further assistance or if we can close the thread :)
Best regards,
Nikko