[ad_1]
Here is the solution;
Add this code snippet to the end of .htaccess file in wp-admin folder:
<span style="font-size: 14.4px;"><FilesMatch "^(admin-ajax\.php)$">
Satisfy Any
Order allow,deny
Allow from all
Deny from none
</FilesMatch></span>This excludes the admin-ajax.php file from password protection.
Hi @alirezav
Thank you for sharing your detailed solution with the community!
Please feel free to reach out if you have any further questions, suggestions, or insights.
Senol
