• Resolved Pádraig ó Beirn

    (@padraigbeirne)


    I have my wp-admin folder protected by htacess using restrict by ip.
    This is blocking the calendar call to admin-ajax.php Is there any way I can allow for this in my htaccess file? Or can anyone recommend a way to protect wp-admin compatible with All-in-One Event Calendar? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Pádraig ó Beirn

    (@padraigbeirne)

    Figured it out!
    Placing this at the end of my .htacces file didn’t work:
    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    Placing it at the TOP of the .htacess file worked!

    I have mine restricted with user and pass.

    Just tried it as well and it worked like a charm!!! Awesome job and thank you so much!

    Thread Starter Pádraig ó Beirn

    (@padraigbeirne)

    No problem ??

    Glad it was useful to somebody else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] admin-ajax.php & htaccess’ is closed to new replies.