Return to Snippet

Revision: 42733
at March 9, 2011 20:28 by dertimbo


Initial Code
# 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>

Initial URL
http://codex.wordpress.org/User:Hakre/Htaccess_Auth_Excludes

Initial Description


Initial Title
Exclude Upload Scripts from HTTP Authentication

Initial Tags
php, wordpress, htaccess

Initial Language
Apache