Skip to content

Instantly share code, notes, and snippets.

@amElnagdy
Last active July 27, 2016 19:39
Show Gist options
  • Save amElnagdy/30e5ec396d5b022fbd8cccc54a8afeab to your computer and use it in GitHub Desktop.
Save amElnagdy/30e5ec396d5b022fbd8cccc54a8afeab to your computer and use it in GitHub Desktop.
Secure your wp-config.php
// Add to your .htaccess 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