[Plugin: Role Scoper] Problem with access attachment
-
Hi,
i use WP 2.9 and RS 1.1.2Works fine, logged in users see the post, those who aren’t logged in get the “Sorry, you don’t have access”.
What’s happening is that authorized users see the attachment fine, but if an unauthorized user gets the URL of the file, they can see it, too. Indeed, an unauthorized user can browse the entire uploads directory and see all the files from there.
.htaccess file:
# BEGIN Role Scoper
RewriteEngine OnRewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]# END Role Scoper
Could you help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Role Scoper] Problem with access attachment’ is closed to new replies.