Skip to content

Instantly share code, notes, and snippets.

@brandonhimpfen
Last active December 23, 2015 04:39
Show Gist options
  • Save brandonhimpfen/6581796 to your computer and use it in GitHub Desktop.
Save brandonhimpfen/6581796 to your computer and use it in GitHub Desktop.
Disallow outside access of your wp-config.php file.
<files wp-config.php>
order allow,deny
deny from all
</files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment