Hello Vasyl,
When I this to my htaccess file
# BEGIN AAM Media Access Control
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_URI} wp-content/uploads/(.*)$
RewriteRule . /index.php?aam-media=1 [L]
</IfModule>
# END AAM Media Access Control
And than set in Post and Terms - Media - Restricted - you really can't access images as a visitor, using direct URL of the image. This is great!
But, problem is, when you login as users (it doesn't matter whether you are admin, or any other user role) images aren't showing up on the website.
So, I need an option, where direct url access to images will be blocked to visitors, but once you login, you will be able to see images on the website.