[NSFW] admin-ajax.php file forbidden when plugin tries to hit
-
I have installed weDocs plugin on my WordPress website https://myclassadmin.com/blog/index.php/docs/user-manual/
In bottom there is Was this article helpful to you? with Yes and No option, when I try to vote, it hits wp-admin/admin-ajax.php file and it is showing as forbidden, I have granted required permissions but it doesn’t help me.
Also you can check my .htaccess file and if it needs to change then you can say me about that too
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[NSFW] admin-ajax.php file forbidden when plugin tries to hit’ is closed to new replies.