• I’ve installed IAM
    Defined a group.
    Went to the media file and set the group in the ACCESS field.
    File lock is Checked in the settings and I have .htaccess in the uploads folder:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
    </IfModule>

    The problem is that anonymous users still can download the file if they have the link to the media…..

    https://wordpress.org/plugins/user-access-manager/

  • The topic ‘Access to media file still allowed to anonymous users’ is closed to new replies.