Skip to content

Instantly share code, notes, and snippets.

@pedrorvidal
Forked from RafaelFunchal/.htaccess
Created April 13, 2021 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrorvidal/633e3233af3ab832672d831713066121 to your computer and use it in GitHub Desktop.
Save pedrorvidal/633e3233af3ab832672d831713066121 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