Created
April 9, 2025 10:59
-
-
Save JarrydLong/8b5e27852b181e4435181644d8b26eba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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