Skip to content

Instantly share code, notes, and snippets.

@devondragon
Created June 10, 2020 19:27
Show Gist options
  • Save devondragon/8d5ef86905a0b96d27bdc71415382613 to your computer and use it in GitHub Desktop.
Save devondragon/8d5ef86905a0b96d27bdc71415382613 to your computer and use it in GitHub Desktop.
# MC4WP Start
# Apache 2.2
<IfModule !authz_core_module>
<Files mc4wp-debug-log.php>
deny from all
</Files>
</IfModule>
# Apache 2.4+
<IfModule authz_core_module>
<Files mc4wp-debug-log.php>
Require all denied
</Files>
</IfModule>
# MC4WP End#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment