How can I give users the ability to upload their content to my RoR application but then subsequent access to such static content that would be:
served by APACHE web server [to avoid the overhead of going via Rails], but
still want to have an authentication/authorization check to occur before they can access the content
The constraint is I'm on DreamHost shared platform where I have only access to the Apache .htaccess
file and I can't add my own Apache modules.