Thanks for bringing this thread to my attention.
~ and thanks for reporting this important issue.
What you're seeing here is the new s2Member mod_rewrite rules for Apache. You'll find further details on this in your Dashboard, under: s2Member -> Download Options -> Advanced Mod Rewrite Linkage.
SNAG-0085.png
While I do see that it's possible to index this directory ( we'll have this fixed in the next release ), it should NOT be possible for these protected files to be downloaded by unauthenticated Users. Please make sure that you're not logged in when you click one of these files.
Until the directory indexing issue is corrected, you can resolve that particular issue by opening the .htaccess file in your /s2member-files/ directory, and find this line:
- Code:
Options +FollowSymLinks -MultiViews
Change this to, to this please:
- Code:
Options +FollowSymLinks -MultiViews -Indexes
If you continue to have trouble, please let us know.Statistics: Posted by Jason Caldwell — October 27th, 2011, 12:42 pm
]]>