I've protected the wp-admin directory with basic auth but need to make an exception for one file located in this folder.
The rules are as following:
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>
How to apply these rules?