Difference between revisions of "Protected Files - WordPress"

From Help Wiki
(Created page with "Uploading protected files on sites.evergreen.edu for faculty: We have a setup a two-tiered file protection approach at sites.e.e: #Upload Media via the '''Dashboard > Media ...")
 
m (updated "Subscribers" to "Students")
 
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Uploading protected files on sites.evergreen.edu for faculty:
 
  
We have a setup a two-tiered file protection approach
+
<div class="container-fluid">
at sites.e.e:
+
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 +
WordPress at [http://sites.evergreen.edu sites.evergreen.edu] allows you to protect certain files and posts/pages while keeping other areas of your site publicly available.
 +
</div>
  
#Upload Media via the '''Dashboard > Media > Add New'''
+
===About Adding Protected Files===
#*this will by default protect all new uploads (using the Media Vault plugin)
+
====Quick Tips:====
# next then go to your post and “Add Media”
+
# '''You must upload the file to the Media Library first and set its protection'''
#* Note: If you upload media via the “Add Media” button in
+
# '''Next you can Add Media link to page'''
your post you will need to go back to the Media Library and set the file
+
====Important to Know====
protection to be viewable by Subscribers.
+
*Even if your site is protected/set to require a login, the default file upload directory is not protected.  
#Set the post (or page) visibility to “private” in the “Publish” block
+
*If a user has the direct URL to that file, a login is not required.
#* On sites.e.e we’ve set subscribers to have access to private posts/pages
+
*If you need to fully protect uploaded files make sure to use the below procedures:
to simplify the file protection process
+
#* We’re encouraging these privacy setting to keep Google from indexing links to materials that
+
should never be publicly viewable
+
  
 +
===To add a protected file to your page or post:===
 +
[[File:Mediavault-protected.png|200px|right]]
 +
# Upload your file to your Media Library: '''Media > Add New'''  (check the '''Protect Media Uploads''' box)
 +
# Go to your post/page where you want the link to appear and click the '''“Add Media”''' button to insert the link into your post or page
 +
# Click the Media Library tab to choose your already uploaded file
 +
# Make sure the '''Protect Files''' checkbox is checked
 +
# Set the '''Files access permissions''' to '''Students'''. This will limit access to enrolled students in your course.
 +
# Click the '''Insert into Page''' blue button to add a link to the protected file
 +
 +
 +
 +
===Common Issues===
 +
====My students get a 404 error when trying to access protected files====
 +
This is most likely because permissions were changed on the Media File '''after''' a link to the non-secure location was inserted into a post/page.
 +
: '''Fix:''' Remove the link in your post/page and Add Media again to insert the link to the protected file location. When unauthenticated students access protected files now, they will be prompted to login before gaining access to file.
 +
: '''Best Practice:''' Always set file protection first in the Media Library before inserting into a post/page.
 +
====Can I protect files uploaded via BBPress Forums?====
 +
No, at this time we do not have a way to fully protect files uploaded via Forum Attachments.
 +
 +
 +
See also: [[Protected Pages and Posts - WordPress]]
 +
 +
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 +
{{WordPress Sidebar Header}}
 +
 +
{{WordPress Help Sidebar}}
 +
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[Category:Wordpress]]
 
[[Category:Wordpress]]

Latest revision as of 17:52, 28 June 2018

WordPress at sites.evergreen.edu allows you to protect certain files and posts/pages while keeping other areas of your site publicly available.

About Adding Protected Files

Quick Tips:

  1. You must upload the file to the Media Library first and set its protection
  2. Next you can Add Media link to page

Important to Know

  • Even if your site is protected/set to require a login, the default file upload directory is not protected.
  • If a user has the direct URL to that file, a login is not required.
  • If you need to fully protect uploaded files make sure to use the below procedures:

To add a protected file to your page or post:

Mediavault-protected.png
  1. Upload your file to your Media Library: Media > Add New (check the Protect Media Uploads box)
  2. Go to your post/page where you want the link to appear and click the “Add Media” button to insert the link into your post or page
  3. Click the Media Library tab to choose your already uploaded file
  4. Make sure the Protect Files checkbox is checked
  5. Set the Files access permissions to Students. This will limit access to enrolled students in your course.
  6. Click the Insert into Page blue button to add a link to the protected file


Common Issues

My students get a 404 error when trying to access protected files

This is most likely because permissions were changed on the Media File after a link to the non-secure location was inserted into a post/page.

Fix: Remove the link in your post/page and Add Media again to insert the link to the protected file location. When unauthenticated students access protected files now, they will be prompted to login before gaining access to file.
Best Practice: Always set file protection first in the Media Library before inserting into a post/page.

Can I protect files uploaded via BBPress Forums?

No, at this time we do not have a way to fully protect files uploaded via Forum Attachments.


See also: Protected Pages and Posts - WordPress