I need htaccess rewrite to block request if don't have GET=action or POST=action.
If somebody run
example.com/wp-admin/admin-ajax.php
then he will see error 404.
I think that this should have rewrite could, but I don't know how this work:
RewriteRule ^wp-admin/admin-ajax.php$ index.php [L,QSA]