Skip to content

Instantly share code, notes, and snippets.

@show555
Created March 15, 2012 01:05
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save show555/2040914 to your computer and use it in GitHub Desktop.
Save show555/2040914 to your computer and use it in GitHub Desktop.
Basic認証下でWP Cronを動かす
# Exclude the file upload and WP CRON scripts from authentication
<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