I have a lot of content that was never specifically protected other than by the links being on restricted pages, however, i am currently looking into having a type of all-access pass and to prevent someone from registering for one month and downloading hundreds of files, i want to use the download restrictions. But to do that, it looks like i will have to change many many links.
The problem i am currently facing is figuring out what those links should look like as i keep getting errors. So here is where i am at.
I have one CURRENT link that is
http : // scrapbookcampus.com/ Webinars/ InTheNewsWithPSP.zip
This file is not in a protected folder, but accessible only to those with access to that page.
(the spaces were added because i had too many links to allow this post)
To plan for the tracking and restrictions, i moved the file in /wp-content/plugins/s2member-files (and i made a subfolder to help with categorizing the various files) so the same file is now in here:
Now, if i use this link:
I get an error like this one:
NoSuchKey
The specified key does not exist.
InTheNewsWithPSP.zip
01E76E59A6AA9FF3
mH5k5nAV34Y3mo5vTniGMOdF3qW9Vd3JDeRhbjI7nXo4x4zDSjCAJkHgJ08byzhyV3fgeko6OfA=
Somehow, this seems to “mix up” with the AmazonS3 setting i changed to also protect some video files from being downloaded in batch. I have to keep those files on AS3 because of the size. But the link above was for a file on my server, and not on AmazonS3, so i don’t understand the error, why it is referring to Amazon or how i am supposed to have the link to get.
So, any way to get help in figuring out the correct links i should use to have them all protected?
(the AmazonS3 download restriction might be another thread)
Thanks.