Skip to content

Instantly share code, notes, and snippets.

@victorknust
Forked from RafaelFunchal/.htaccess
Created February 2, 2016 11:42
Show Gist options
  • Save victorknust/ac7470c97bbdbf6cecdf to your computer and use it in GitHub Desktop.
Save victorknust/ac7470c97bbdbf6cecdf to your computer and use it in GitHub Desktop.
Exclude the files ajax, upload and WP CRON scripts from authentication
# Exclude the files ajax, upload and WP CRON scripts from authentication
<FilesMatch "(admin-ajax\.php|media-upload\.php|async-upload\.php|wp-cron\.php|xmlrpc\.php)$">
Order allow,deny
Allow from all
Satisfy any
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment