Skip to content

Instantly share code, notes, and snippets.

@JarrydLong
Created April 9, 2025 10:59
Show Gist options
  • Save JarrydLong/8b5e27852b181e4435181644d8b26eba to your computer and use it in GitHub Desktop.
Save JarrydLong/8b5e27852b181e4435181644d8b26eba to your computer and use it in GitHub Desktop.
/**
* Intends to protect uploads within the uploads/sites/x/ file structure
* This code assumes that PMPro is installed and active on each multisite installation
*/
rewrite ^/wp-content/uploads/(sites/[0-9]+/)?(.+\.(pdf|doc|docx|ppt|zip|png))$ /wp-content/plugins/paid-memberships-pro/services/getfile.php?file=$1$2 last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment