Last active
October 1, 2015 16:27
-
-
Save mattbrett/2023364 to your computer and use it in GitHub Desktop.
Place this in an .htaccess file in the wp-admin directory, and the pods plugin directory if needed.
This file contains hidden or 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
AuthType Basic | |
AuthName share | |
Satisfy Any | |
Order deny,allow | |
Allow from all | |
<IfModule mod_security.c> | |
<Files async-upload.php> | |
SecFilterEngine Off | |
SecFilterScanPOST Off | |
</Files> | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment