Skip to content

Instantly share code, notes, and snippets.

@durvalrafael
Forked from RafaelFunchal/.htaccess
Last active September 3, 2015 04:11
Show Gist options
  • Select an option

  • Save durvalrafael/40ffd305f3de0d636c1e to your computer and use it in GitHub Desktop.

Select an option

Save durvalrafael/40ffd305f3de0d636c1e 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