Failed to load resource
-
I want to say that this is my most favorite comment plugin. Sadly after some updates, it stopped working.
When I click to post new comment, I got this error in console:
wp-content/plugins/wpdiscuz/utils/ajax/wpdiscuz-ajax.php:1 Failed to load resource: the server responded with a status of 403 ()
Firstly I thought that this error shown due to my .httacess in wp-content file line:
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch><Files securimage_show.php>
allow from all
</Files><Files commentsvote_ajax.php>
allow from all
</Files>But even I add:
<Files wpdiscuz-ajax.php>
allow from all
</Files>nothing changes.
I’m using the latest release.
The page I need help with: [log in to see the link]
- The topic ‘Failed to load resource’ is closed to new replies.