Forums
(@mwilliams15)
8 years, 11 months ago
No, the issue with the plugin still remains an issue.
Nevermind, saw what I did wrong and fixed the links above
9 years ago
I fixed it. It was in my nginx WP secure file:
# Block PHP files in uploads, content, and includes directory. #location ~* /(?:uploads|files|wp-content|wp-includes)/.*\.php$ { # deny all; #}
After I commented them out, it worked fine.