Forum Replies Created
-
AuthorPosts
-
Scott Lucente
ParticipantThis reply is private.
Scott Lucente
ParticipantThis reply is private.
Scott Lucente
ParticipantThis reply is private.
Scott Lucente
ParticipantThis reply is private.
Scott Lucente
ParticipantThis reply is private.
Scott Lucente
ParticipantVictor,
It is still doing the same thing and plugins are up-to-date. Please advise. Thanks.Scott Lucente
ParticipantThanks Victor. Just wanted to add that our ticketing info has disappeared as well, like the others. Thanks for the help!
Scott Lucente
ParticipantI did some searching and found that plugins sometimes need access to this file… admin-ajax.php
So I added the following code to my /wp-admin/.htaccess file and it seems to be working now…
deny from all
allow from xxx.xxx.xxx.xxx
allow from xxx.xxx.xxx.xxx<Files admin-ajax.php>
order allow,deny
Allow from all
</Files>So this is limited access to the directory, except for the admin-ajax.php. Looks like it solved the issue.
Thanks,
ScottScott Lucente
ParticipantWell, that’s what we thought, but it turns our we were wrong. I was limiting access to my wp-admin folder to only certain IPs for security reasons. And when I remove those limitations, it works. So it seems the plugin must be accessing something within wp-admin when you advance the month.
Is there a certain file(s) in wp-admin that I can allow access to, while still limiting everything else for security?
Thanks.
-
AuthorPosts
