Gautam Goswami, you are absolutely right, your solution works.
The question for Ninja’s why they are use admin-ajax.php for their form from wp-admin folder.
For Apache version 2.4 and above the next code in .htaccess file works:
# Allow access to wp-admin/admin-ajax.php
<Files admin-ajax.php>
<RequireAll>
Require all granted
</RequireAll>
</Files>
Thank you for help
-
This reply was modified 5 years, 6 months ago by Ceait.
-
This reply was modified 5 years, 6 months ago by Ceait.
-
This reply was modified 5 years, 6 months ago by Ceait.