Protecting Uploads Home › Forums › Community Support Forum › Protecting Uploads This topic has 1 reply, 2 voices, and was last updated 3 years, 1 month ago by Slavi Marinov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 5, 2019 at 8:46 am #4723 voltateamParticipant Hi – I have set up the Orbisius WP Media Protector on a clients website using these instructions: https://orbisius.com/products/wordpress-plugins/orbisius-wp-media-protector and I’ve added the following code to the FTP: # Protect all files within the uploads folder <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} ^(.*?/?)wp-content/uploads/.* [NC] RewriteCond %{REQUEST_URI} !orbisius_media_protector [NC] RewriteRule . %1/?orbisius_media_protector=%{REQUEST_URI} [L,QSA] </IfModule> BUT – when activated the website doesn’t show any images whatsoever on the website until you login… Can anyone help? Thanks, Volta. December 5, 2019 at 10:40 am #4724 Slavi MarinovKeymaster Yes, that’s the idea. all files to be protected and not some. images could have sensitive info too. How to Restrict Access to WordPress Uploads Folder to Logged-in Users only Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In