/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# 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>
URL: http://codex.wordpress.org/User:Hakre/Htaccess_Auth_Excludes