Skip to content

Instantly share code, notes, and snippets.

@michaellehmkuhl
Created February 13, 2012 22:30
Show Gist options
  • Save michaellehmkuhl/1821012 to your computer and use it in GitHub Desktop.
Save michaellehmkuhl/1821012 to your computer and use it in GitHub Desktop.
Allow bypass of HTTP authentication for certain URLs
<FilesMatch "(async-upload\.php|wp-cron\.php|xmlrpc\.php)$">
Satisfy Any
Order allow,deny
Allow from all
Deny from none
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment