-
Limiting access to (some) files in uploads dir
All you need to do is add a .htaccess file with the following content in your uploads dir: [crayon-656ec4fc5d450817029446/] If you want to limit just any file from being accessed from anyone, just use “./*” instead of the regular expression.