Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #904146

    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!

    #904756

    Hey spielemax,

    How did you set up the protection? Some plugin?

    Best regards,
    Victoria

    #904831

    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!

    #904845

    Hi,

    Glad to hear that. Let us know if you need further assistance or if we can close the thread :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.