Skip to content

Instantly share code, notes, and snippets.

@mattbrett
Last active October 1, 2015 16:27
Show Gist options
  • Save mattbrett/2023364 to your computer and use it in GitHub Desktop.
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.
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