Stop Logged Out Users Downloading & Sharing Member Only Files

This solution enables you to restrict access to file downloads to logged in users only.

The .htaccess directives enable you to:

  1. Specify which file types can be downloaded.
  2. Block specific file types from being accessed and downloaded.
  3. Prevent sharing of direct links to member only downloads.
  4. Determine which URL users are redirected to when trying to download files while logged out.

Simply add this .htaccess file in the root directory you want to protect or add the directives on lines 4, 5 & 6 to your existing .htaccess file.

The above directives prevent zip files from being downloaded by logged out users (wordpress_logged_in) providing download access for logged in members only.

The directives also redirect logged out users to a specific page which in this case is the members-downloads page which contains a login form and link for membership sign up when the user is logged out. When logged in, the page contains members only downloads.

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.