/ Published in: Apache

URL: http://codex.wordpress.org/User:Hakre/Htaccess_Auth_Excludes
Expand |
Embed | Plain Text
# 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>
You need to login to post a comment.