-
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-63d41bd8182ad053857533/] If you want to limit just any file from being accessed from anyone, just use “./*” instead of the regular expression.