Media Access?
-
Hi,
I need to restrict users access to media files (docs, PDF, etc). I have read your page How to Manage Media Access but I don’t want to mess-up with site images. I would like to put all of the files in a subfolder of wp-content/upload so I am guessing that I have to edit the .htaccess file fromRewriteCond %{REQUEST_URI} wp-content/uploads/(.*)$
toRewriteCond %{REQUEST_URI} wp-content/uploads/<subfolder>(.*)$
Am I right?
In addition, are you aware of any plugin allowing admin to upload files in subfolders of wp-content/uploads?Thanks
Fabio
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Media Access?’ is closed to new replies.