Password protect Wordpress (but still use the Flash Uploader)

Tech Notes

Add this to you .htaccess file to allow Apache authentication to work with the Flash image uploader. # allow flash uploader regardless of the authentication <Files async-upload.php> Order deny,allow Allow from all Satisfy Any </Files>  # and flutters one too if you use flutter <Files RCCWP_GetFile.php> Order deny,allow Allow from all Satisfy Any </Files>