Follow up to "Acces to wp-admin required?"

Home Forums Welcome! Pre-Sales Questions Follow up to "Acces to wp-admin required?"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #174991
    Anonymous
    Guest

    Moderators:
    Please merge this thread into the previous question that Brook answered for us. Was unable to post a follow up and thought the answer may be helpful to others.

    Thank you Brook for the response.
    Adding the following code to .htaccess in /wp-admin seems to have done the trick while still enforcing the IP restriction to wp-login.php.

    # Allow plugin access to admin-ajax.php around password protection
    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    #1074953
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Follow up to "Acces to wp-admin required?"’ is closed to new replies.