padraigbeirne
Member
Posted 1 year ago #
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.
padraigbeirne
Member
Posted 1 year ago #
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!
padraigbeirne
Member
Posted 1 year ago #
No problem :-)
Glad it was useful to somebody else.