seo bok
asked 10 years ago

Thank you for making this plugin. 
I faced some problem. i bought some theme. and using this plugin. 
ajax result can’t be shown. how can i solve this problem. below my web site. 
Please help me.  http://sbd79.cafe24.com/wp/english/

1 Answers
well wisher
answered 10 years ago

The only reason ajax may not be working on your site is if you are using an httpd server side protection for your site which creates an other layer of security for your site wp-admin with the help of .htaccess and httpd and thus if thats the case you have to allow ajax
add this to your wp-admin/.htaccess

<Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any 
</Files>

Read complete story here http://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/

Powered by DW Question & Answer Pro