Geoffroy Gomet wrote: > How can I filter access to static content (images, movies, pdf, ...). > I'm familiar with filtering access to parts of a website, but how can > I manage to filter access to static files (uploaded images,...)?
Apache configuration or .htaccess file? This isn't really relative to Rails. Requests for static content are generally served by the front end web server (Apache, Nginx, etc.) and never hit your Rails application. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

